Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Facets-cloud/flow
/ escapeAppleScriptString
Function
escapeAppleScriptString
internal/ghostty/ghostty.go:84–88 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
82
}
83
84
func
escapeAppleScriptString(s string) string {
85
s = strings.ReplaceAll(s, `\`, `\\`)
86
s = strings.ReplaceAll(s, `
"`, `\"
`)
87
return
s
88
}
Callers
1
SpawnTab
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected