Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ checkQuoteSize
Function
checkQuoteSize
pkg/util/shellutil/shellquote.go:153–159 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
151
}
152
153
func
checkQuoteSize(s string) bool {
154
if
len(s) > MaxQuoteSize {
155
log.Printf(
"string too long to quote: %s"
, s)
156
return
false
157
}
158
return
true
159
}
Callers
4
HardQuote
Function · 0.85
HardQuoteFish
Function · 0.85
HardQuotePowerShell
Function · 0.85
SoftQuote
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected