LCOV - code coverage report
Current view: top level - www/src/store/modules - cameras.js (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 1 100.0 %
Date: 2024-07-30 12:54:47 Functions: 1 1 100.0 %

          Line data    Source code
       1             : // @ts-check
       2             : 
       3             : import { assign } from "lodash";
       4             : 
       5             : /** @type {V.Module<AppStore.CamerasData>} */
       6             : export default {
       7             :   namespaced: true,
       8           1 :   state: () => ({
       9             :     cameras: {}
      10             :   }),
      11             :   mutations: {
      12             :     update: assign
      13             :   }
      14             : };

Generated by: LCOV version 1.16