Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ should_ignore_line
Function
should_ignore_line
scripts/website/audit_source_urls.py:38–43 ·
view source on GitHub ↗
(line: str)
Source
from the content-addressed store, hash-verified
36
37
38
def
should_ignore_line(line: str) -> bool:
39
stripped = line.strip()
40
for
key in IGNORED_FRONTMATTER_KEYS:
41
if
stripped.startswith(f
"{key}:"
):
42
return
True
43
return
False
44
45
46
def
suggestion_for_abs(url: str) -> str:
Callers
1
audit
Function · 0.85
Calls
1
strip
Method · 0.45
Tested by
no test coverage detected