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

Function under

csup/metadata.go:33–42  ·  view source on GitHub ↗
(cctx *Context, meta Metadata)

Source from the content-addressed store, hash-verified

31}
32
33func under(cctx *Context, meta Metadata) Metadata {
34 for {
35 switch inner := meta.(type) {
36 case *Named:
37 meta = cctx.Lookup(inner.Values)
38 default:
39 return meta
40 }
41 }
42}
43
44type Field struct {
45 Name string

Callers 1

metadataValueFunction · 0.85

Calls 1

LookupMethod · 0.65

Tested by

no test coverage detected