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

          Line data    Source code
       1             : // @ts-check
       2             : 
       3             : import Vue from 'vue';
       4             : import { mapState } from 'vuex';
       5             : 
       6             : /**
       7             :  * @typedef {V.Instance<typeof component> & { $butils: BaseVue.butils }} Instance
       8             :  */
       9             : 
      10           1 : const component = Vue.extend({
      11             :   name: 'Home',
      12             :   computed: {
      13             :     /** @type {{ loading(): boolean }} */
      14             :     ...mapState([ "loading" ]),
      15             :     /** @type {{ camConfig(): object }} */
      16             :     ...mapState("cameras", { camConfig: "cameras" })
      17             :   }
      18             : });
      19             : export default component;

Generated by: LCOV version 1.16