Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
295
def
file_is_c(path: Path) -> bool:
296
return
path.suffix.lower() ==
".c"
297
298
299
def
file_is_cpp(path: Path) -> bool:
Callers
2
file_is_c_cpp
Function · 0.85
c_build
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected