Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ file_is_c_cpp
Function
file_is_c_cpp
tools/project.py:303–304 ·
view source on GitHub ↗
(path: Path)
Source
from the content-addressed store, hash-verified
301
302
303
def
file_is_c_cpp(path: Path) -> bool:
304
return
file_is_c(path) or file_is_cpp(path)
305
306
307
def
make_flags_str(flags: Optional[List[str]]) -> str:
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