MCPcopy 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
63func (t *TypeError) IsQuiet(zv scode.Bytes) bool {
64 return t.Type == TypeString && bytes.Equal(zv, Quiet)
65}
66
67type TypeEnum struct {
68 id int

Callers

nothing calls this directly

Calls 1

EqualMethod · 0.45

Tested by

no test coverage detected