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

Method decodeKey

runtime/sam/expr/function/unflatten.go:103–109  ·  view source on GitHub ↗
(b scode.Bytes)

Source from the content-addressed store, hash-verified

101}
102
103func (u *Unflatten) decodeKey(b scode.Bytes) field.Path {
104 u.path = u.path[:0]
105 for it := b.Iter(); !it.Done(); {
106 u.path = append(u.path, super.DecodeString(it.Next()))
107 }
108 return u.path
109}
110
111type recordCache struct {
112 index int

Callers 1

parseElemMethod · 0.95

Calls 4

DecodeStringFunction · 0.92
IterMethod · 0.80
DoneMethod · 0.45
NextMethod · 0.45

Tested by

no test coverage detected