Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ escapeSpacesInPath
Function
escapeSpacesInPath
core/config/load.ts:663–665 ·
view source on GitHub ↗
(p: string)
Source
from the content-addressed store, hash-verified
661
}
662
663
function
escapeSpacesInPath(p: string): string {
664
return
p.replace(/ /g,
"\\ "
);
665
}
666
667
async
function
handleEsbuildInstallation(
668
ide: IDE,
Callers
1
buildConfigTsWithBinary
Function · 0.85
Calls
1
replace
Method · 0.45
Tested by
no test coverage detected