MCPcopy 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
38def 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
46def suggestion_for_abs(url: str) -> str:

Callers 1

auditFunction · 0.85

Calls 1

stripMethod · 0.45

Tested by

no test coverage detected