Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ map_path
Function
map_path
tools/project.py:781–782 ·
view source on GitHub ↗
(path: Path)
Source
from the content-addressed store, hash-verified
779
n.comment(
"Source files"
)
780
781
def
map_path(path: Path) -> Path:
782
return
path.parent / (path.name +
".MAP"
)
783
784
class
LinkStep:
785
def
__init__(self, config: BuildConfigModule) -> None:
Callers
1
write
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected