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

Method astDelete

gapil/bapi/encode.go:1673–1681  ·  view source on GitHub ↗
(n *ast.Delete)

Source from the content-addressed store, hash-verified

1671}
1672
1673func (e *encoder) astDelete(n *ast.Delete) (outID uint64) {
1674 e.build(&e.instances.AstDelete, e.maps.ASTDelete, n, &outID, func() *ASTDelete {
1675 return &ASTDelete{
1676 Map: e.astNode(n.Map),
1677 Key: e.astNode(n.Key),
1678 }
1679 })
1680 return
1681}
1682
1683func (e *encoder) astClear(n *ast.Clear) (outID uint64) {
1684 e.build(&e.instances.AstClear, e.maps.ASTClear, n, &outID, func() *ASTClear {

Callers 2

mapRemoveMethod · 0.95
astNodeMethod · 0.95

Calls 2

buildMethod · 0.95
astNodeMethod · 0.95

Tested by

no test coverage detected