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

Function anyAsValue

sup/parser-values.go:71–76  ·  view source on GitHub ↗
(any ast.Any)

Source from the content-addressed store, hash-verified

69}
70
71func anyAsValue(any ast.Any) *ast.ImpliedValue {
72 return &ast.ImpliedValue{
73 Kind: "ImpliedValue",
74 Of: any,
75 }
76}
77
78func (p *Parser) decorate(any ast.Any, err error) (ast.Value, error) {
79 if err != nil {

Callers 2

decorateMethod · 0.85
parseDecoratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected