MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / Finding

Class Finding

scripts/website/audit_source_urls.py:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24@dataclass
25class Finding:
26 kind: str
27 file: Path
28 line_no: int
29 url: str
30 suggestion: str
31
32
33def iter_files(root: Path) -> Iterable[Path]:

Callers 1

auditFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected