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

Method matchTypeFusionBody

sup/parser-types.go:411–421  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409}
410
411func (p *Parser) matchTypeFusionBody() (*ast.TypeFusion, error) {
412 typ, err := p.matchTypeBody("fusion")
413 if err != nil {
414 return nil, err
415 }
416 v := &ast.TypeFusion{
417 Kind: "TypeFusion",
418 Type: typ,
419 }
420 return v, nil
421}

Callers 1

matchTypeNameMethod · 0.95

Calls 1

matchTypeBodyMethod · 0.95

Tested by

no test coverage detected