MCPcopy Create free account
hub / github.com/doldecomp/mkdd / should_ignore

Function should_ignore

tools/project.py:1905–1906  ·  view source on GitHub ↗
(flag: str)

Source from the content-addressed store, hash-verified

1903
1904 # Determine whether a flag should be ignored.
1905 def should_ignore(flag: str) -> bool:
1906 return flag_match(flag, CFLAG_IGNORE, CFLAG_IGNORE_PREFIX)
1907
1908 # Determine whether a flag should be passed through.
1909 def should_passthrough(flag: str) -> bool:

Callers 1

append_cflagsFunction · 0.85

Calls 1

flag_matchFunction · 0.85

Tested by

no test coverage detected