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

Function file_is_c_cpp

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

Source from the content-addressed store, hash-verified

314
315
316def file_is_c_cpp(path: Path) -> bool:
317 return file_is_c(path) or file_is_cpp(path)
318
319
320_listdir_cache = {}

Callers 1

add_unitFunction · 0.85

Calls 2

file_is_cFunction · 0.85
file_is_cppFunction · 0.85

Tested by

no test coverage detected