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

Method IsQuiet

value.go:288–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286}
287
288func (v Value) IsQuiet() bool {
289 if typ, ok := v.Type().(*TypeError); ok {
290 return typ.IsQuiet(v.Bytes())
291 }
292 return false
293}
294
295// Equal reports whether p and v have the same type and the same BSUP
296// representation.

Callers 6

dequietMethod · 0.45
ApplyMethod · 0.45
CallMethod · 0.45
PullMethod · 0.45
PullMethod · 0.45
ConsumeMethod · 0.45

Calls 2

TypeMethod · 0.95
BytesMethod · 0.95

Tested by

no test coverage detected