MCPcopy Create free account
hub / github.com/Facets-cloud/flow / escapeAppleScriptString

Function escapeAppleScriptString

internal/terminal/terminal.go:273–277  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

271}
272
273func escapeAppleScriptString(s string) string {
274 s = strings.ReplaceAll(s, `\`, `\\`)
275 s = strings.ReplaceAll(s, `"`, `\"`)
276 return s
277}

Callers 2

SpawnTabFunction · 0.70
focusByTTYFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected