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

Function file_is_c

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

Source from the content-addressed store, hash-verified

293
294
295def file_is_c(path: Path) -> bool:
296 return path.suffix.lower() == ".c"
297
298
299def file_is_cpp(path: Path) -> bool:

Callers 2

file_is_c_cppFunction · 0.85
c_buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected