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

Method DerefFusion

complex.go:329–332  ·  view source on GitHub ↗
(bytes scode.Bytes)

Source from the content-addressed store, hash-verified

327}
328
329func (t *TypeFusion) DerefFusion(bytes scode.Bytes) (Type, scode.Bytes) {
330 it := bytes.Iter()
331 return t.Type, it.Next()
332}
333
334func BuildFusion(b *scode.Builder, superVal scode.Bytes, subType scode.Bytes) {
335 b.BeginContainer()

Callers 1

underMethod · 0.80

Calls 2

IterMethod · 0.80
NextMethod · 0.45

Tested by

no test coverage detected