MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / unescapeSpaces

Function unescapeSpaces

src/shared/context-mentions.ts:109–111  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

107
108// Helper function to unescape paths with backslash-escaped spaces
109export function unescapeSpaces(path: string): string {
110 return path.replace(/\\ /g, " ")
111}

Callers 4

openMentionFunction · 0.90
resolveImageMentionsFunction · 0.90
ChatTextArea.tsxFile · 0.90

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected