Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ Finding
Class
Finding
scripts/documentation-verify.py:429–435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
427
428
@dataclass
429
class
Finding:
430
path: Path
431
line: int
432
col: int
433
kind: str
434
message: str
435
excerpt: str
436
437
438
_FENCE_RE = re.compile(r
"^(\s*)(```+|~~~+)"
)
Callers
1
scan_file
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected