MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / should_ignore

Function should_ignore

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

Source from the content-addressed store, hash-verified

1694
1695 # Determine whether a flag should be ignored.
1696 def should_ignore(flag: str) -> bool:
1697 return flag_match(flag, CFLAG_IGNORE, CFLAG_IGNORE_PREFIX)
1698
1699 # Determine whether a flag should be passed through.
1700 def should_passthrough(flag: str) -> bool:

Callers 1

append_cflagsFunction · 0.85

Calls 1

flag_matchFunction · 0.85

Tested by

no test coverage detected