Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gokcehan/lf
/ quoteString
Function
quoteString
os.go:242–244 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
240
}
241
242
func
quoteString(s string) string {
243
return
s
244
}
245
246
func
shellEscape(s string) string {
247
buf := make([]rune, 0, len(s))
Callers
2
exportFiles
Method · 0.70
exportLfPath
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected