MCPcopy 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
304def file_is_asm(path: Path) -> bool:
305 return path.suffix.lower() == ".s"
306
307
308def file_is_c(path: Path) -> bool:

Callers 1

add_unitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected