MCPcopy 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
663function escapeSpacesInPath(p: string): string {
664 return p.replace(/ /g, "\\ ");
665}
666
667async function handleEsbuildInstallation(
668 ide: IDE,

Callers 1

buildConfigTsWithBinaryFunction · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected