LCOV - code coverage report
Current view: top level - utils - general.dart (source / functions) Coverage Total Hit
Test: lcov.info Lines: 100.0 % 3 3
Test Date: 2025-01-30 01:10:00 Functions: - 0 0

            Line data    Source code
       1              : extension StringExtension on String {
       2            1 :   bool startsWithAny(List<String> prefixes) {
       3            2 :     for (final prefix in prefixes) {
       4            1 :       if (startsWith(prefix)) {
       5              :         return true;
       6              :       }
       7              :     }
       8              :     return false;
       9              :   }
      10              : }
        

Generated by: LCOV version 2.0-1