| 41 | |
| 42 | @dataclasses.dataclass(frozen=True) |
| 43 | class Allowance: |
| 44 | file: str |
| 45 | function: str |
| 46 | expected: int |
| 47 | transport: str |
| 48 | scope: str |
| 49 | justification: str |
| 50 | |
| 51 | |
| 52 | def _mask_non_code(source: str) -> str: |
no outgoing calls
no test coverage detected