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

Function file_is_c_cpp

tools/project.py:303–304  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

301
302
303def file_is_c_cpp(path: Path) -> bool:
304 return file_is_c(path) or file_is_cpp(path)
305
306
307def make_flags_str(flags: Optional[List[str]]) -> str:

Callers 1

add_unitFunction · 0.85

Calls 2

file_is_cFunction · 0.85
file_is_cppFunction · 0.85

Tested by

no test coverage detected