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

Method ignore

gapil/bapi/encode.go:980–987  ·  view source on GitHub ↗
(n *semantic.Ignore)

Source from the content-addressed store, hash-verified

978}
979
980func (e *encoder) ignore(n *semantic.Ignore) (outID uint64) {
981 e.build(&e.instances.Ignore, e.maps.Ignore, n, &outID, func() *Ignore {
982 return &Ignore{
983 Ast: e.astNode(n.AST),
984 }
985 })
986 return
987}
988
989func (e *encoder) iteration(n *semantic.Iteration) (outID uint64) {
990 e.build(&e.instances.Iteration, e.maps.Iteration, n, &outID, func() *Iteration {

Callers 2

nodeMethod · 0.95
exprMethod · 0.95

Calls 2

buildMethod · 0.95
astNodeMethod · 0.95

Tested by

no test coverage detected