MCPcopy Create free account
hub / github.com/google/gapid / astDefault

Method astDefault

gapil/bapi/encode.go:1664–1671  ·  view source on GitHub ↗
(n *ast.Default)

Source from the content-addressed store, hash-verified

1662}
1663
1664func (e *encoder) astDefault(n *ast.Default) (outID uint64) {
1665 e.build(&e.instances.AstDefault, e.maps.ASTDefault, n, &outID, func() *ASTDefault {
1666 return &ASTDefault{
1667 Block: e.astBlock(n.Block),
1668 }
1669 })
1670 return
1671}
1672
1673func (e *encoder) astDelete(n *ast.Delete) (outID uint64) {
1674 e.build(&e.instances.AstDelete, e.maps.ASTDelete, n, &outID, func() *ASTDelete {

Callers 2

astNodeMethod · 0.95
astSwitchMethod · 0.95

Calls 2

buildMethod · 0.95
astBlockMethod · 0.95

Tested by

no test coverage detected