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

Function should_passthrough

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

Source from the content-addressed store, hash-verified

1698
1699 # Determine whether a flag should be passed through.
1700 def should_passthrough(flag: str) -> bool:
1701 return flag_match(flag, CFLAG_PASSTHROUGH, CFLAG_PASSTHROUGH_PREFIX)
1702
1703 # Attempts replacement for the given flag.
1704 def try_replace(flag: str) -> bool:

Callers 1

append_cflagsFunction · 0.85

Calls 1

flag_matchFunction · 0.85

Tested by

no test coverage detected