Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
class
Finding:
26
kind: str
27
file: Path
28
line_no: int
29
url: str
30
suggestion: str
31
32
33
def
iter_files(root: Path) -> Iterable[Path]:
Callers
1
audit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected