Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ Error
Method
Error
cli/connhelper/internal/syntax/quote.go:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
func
(e QuoteError) Error() string {
19
return
fmt.Sprintf(
"cannot quote character at byte %d: %s"
, e.ByteOffset, e.Message)
20
}
21
22
const
(
23
quoteErrNull =
"shell strings cannot contain null bytes"
Callers
6
TestParseURL
Function · 0.45
TestCommand
Function · 0.45
TestCloseRunningCommand
Function · 0.45
TestCloseTwice
Function · 0.45
TestEOFTimeout
Function · 0.45
ignorableCloseError
Function · 0.45
Calls
no outgoing calls
Tested by
5
TestParseURL
Function · 0.36
TestCommand
Function · 0.36
TestCloseRunningCommand
Function · 0.36
TestCloseTwice
Function · 0.36
TestEOFTimeout
Function · 0.36