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

Function file_is_c

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

Source from the content-addressed store, hash-verified

306
307
308def file_is_c(path: Path) -> bool:
309 return path.suffix.lower() == ".c"
310
311
312def file_is_cpp(path: Path) -> bool:

Callers 1

file_is_c_cppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected