Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ IsQuiet
Method
IsQuiet
complex.go:63–65 ·
view source on GitHub ↗
(zv scode.Bytes)
Source
from the content-addressed store, hash-verified
61
}
62
63
func
(t *TypeError) IsQuiet(zv scode.Bytes) bool {
64
return
t.Type == TypeString && bytes.Equal(zv, Quiet)
65
}
66
67
type
TypeEnum
struct
{
68
id int
Callers
nothing calls this directly
Calls
1
Equal
Method · 0.45
Tested by
no test coverage detected