MCPcopy
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
153func 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

HardQuoteFunction · 0.85
HardQuoteFishFunction · 0.85
HardQuotePowerShellFunction · 0.85
SoftQuoteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected