Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
316
def
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_unit
Function · 0.85
Calls
2
file_is_c
Function · 0.85
file_is_cpp
Function · 0.85
Tested by
no test coverage detected