LCOV - code coverage report
Current view: top level - lib/_classes/storage/transaction_log - interface_storage.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 4 0.0 %
Date: 2024-10-04 11:09:33 Functions: 0 0 -

          Line data    Source code
       1             : // Copyright 2024 The terCAD team. All rights reserved.
       2             : // Use of this source code is governed by a CC BY-NC-ND 4.0 license that can be found in the LICENSE file.
       3             : 
       4             : abstract interface class InterfaceStorage {
       5           0 :   static Future<String> getSize() async => Future.value('');
       6             : 
       7           0 :   static void saveRaw(String line) {}
       8             : 
       9           0 :   static Stream<String> read() async* {}
      10             : 
      11           0 :   static void clear() {}
      12             : }

Generated by: LCOV version 1.14