Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ file_is_asm
Function
file_is_asm
tools/project.py:304–305 ·
view source on GitHub ↗
(path: Path)
Source
from the content-addressed store, hash-verified
302
303
304
def
file_is_asm(path: Path) -> bool:
305
return
path.suffix.lower() ==
".s"
306
307
308
def
file_is_c(path: Path) -> bool:
Callers
1
add_unit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected