Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
273
func
escapeAppleScriptString(s string) string {
274
s = strings.ReplaceAll(s, `\`, `\\`)
275
s = strings.ReplaceAll(s, `
"`, `\"
`)
276
return
s
277
}
Callers
2
SpawnTab
Function · 0.70
focusByTTY
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected