Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
308
def
file_is_c(path: Path) -> bool:
309
return
path.suffix.lower() ==
".c"
310
311
312
def
file_is_cpp(path: Path) -> bool:
Callers
1
file_is_c_cpp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected