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

Method return_

gapil/bapi/encode.go:1277–1286  ·  view source on GitHub ↗
(n *semantic.Return)

Source from the content-addressed store, hash-verified

1275}
1276
1277func (e *encoder) return_(n *semantic.Return) (outID uint64) {
1278 e.build(&e.instances.Return, e.maps.Return, n, &outID, func() *Return {
1279 return &Return{
1280 Ast: e.astReturn(n.AST),
1281 Function: e.function(n.Function),
1282 Value: e.expr(n.Value),
1283 }
1284 })
1285 return
1286}
1287
1288func (e *encoder) select_(n *semantic.Select) (outID uint64) {
1289 e.build(&e.instances.Select, e.maps.Select, n, &outID, func() *Select {

Callers 2

nodeMethod · 0.95
statMethod · 0.95

Calls 4

buildMethod · 0.95
astReturnMethod · 0.95
functionMethod · 0.95
exprMethod · 0.95

Tested by

no test coverage detected