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

Function should_passthrough

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

Source from the content-addressed store, hash-verified

1907
1908 # Determine whether a flag should be passed through.
1909 def should_passthrough(flag: str) -> bool:
1910 return flag_match(flag, CFLAG_PASSTHROUGH, CFLAG_PASSTHROUGH_PREFIX)
1911
1912 # Attempts replacement for the given flag.
1913 def try_replace(flag: str) -> bool:

Callers 1

append_cflagsFunction · 0.85

Calls 1

flag_matchFunction · 0.85

Tested by

no test coverage detected