Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ sanitize_path
Function
sanitize_path
tools/decompctx.py:85–86 ·
view source on GitHub ↗
(path: str)
Source
from the content-addressed store, hash-verified
83
84
85
def
sanitize_path(path: str) -> str:
86
return
path.replace(
"\\"
,
"/"
).replace(
" "
,
"\\ "
)
87
88
89
def
main():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected