Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ file_is_asm
Function
file_is_asm
tools/project.py:291–292 ·
view source on GitHub ↗
(path: Path)
Source
from the content-addressed store, hash-verified
289
290
291
def
file_is_asm(path: Path) -> bool:
292
return
path.suffix.lower() ==
".s"
293
294
295
def
file_is_c(path: Path) -> bool:
Callers
1
add_unit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected