MCPcopy Create free account
hub / github.com/doldecomp/mkdd / map_path

Function map_path

tools/project.py:873–874  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

871 n.comment("Source files")
872
873 def map_path(path: Path) -> Path:
874 return path.parent / (path.name + ".MAP")
875
876 class LinkStep:
877 def __init__(self, config: BuildConfigModule) -> None:

Callers 1

writeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected