MCPcopy 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
291def file_is_asm(path: Path) -> bool:
292 return path.suffix.lower() == ".s"
293
294
295def file_is_c(path: Path) -> bool:

Callers 1

add_unitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected