MCPcopy Create free account
hub / github.com/brimdata/super / IsMissing

Method IsMissing

complex.go:59–61  ·  view source on GitHub ↗
(zv scode.Bytes)

Source from the content-addressed store, hash-verified

57}
58
59func (t *TypeError) IsMissing(zv scode.Bytes) bool {
60 return t.Type == TypeString && bytes.Equal(zv, Missing)
61}
62
63func (t *TypeError) IsQuiet(zv scode.Bytes) bool {
64 return t.Type == TypeString && bytes.Equal(zv, Quiet)

Callers

nothing calls this directly

Calls 1

EqualMethod · 0.45

Tested by

no test coverage detected