Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ sanitize_path
Function
sanitize_path
tools/decompctx.py:113–114 ·
view source on GitHub ↗
(path: str)
Source
from the content-addressed store, hash-verified
111
112
113
def
sanitize_path(path: str) -> str:
114
return
path.replace(
"\\"
,
"/"
).replace(
" "
,
"\\ "
)
115
116
117
def
main():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected