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

Method callable

gapil/bapi/encode.go:614–622  ·  view source on GitHub ↗
(n *semantic.Callable)

Source from the content-addressed store, hash-verified

612}
613
614func (e *encoder) callable(n *semantic.Callable) (outID uint64) {
615 e.build(&e.instances.Callable, e.maps.Callable, n, &outID, func() *Callable {
616 return &Callable{
617 Object: e.expr(n.Object),
618 Function: e.function(n.Function),
619 }
620 })
621 return
622}
623
624func (e *encoder) case_(n *semantic.Case) (outID uint64) {
625 e.build(&e.instances.Case, e.maps.Case, n, &outID, func() *Case {

Callers 2

nodeMethod · 0.95
callMethod · 0.95

Calls 3

buildMethod · 0.95
exprMethod · 0.95
functionMethod · 0.95

Tested by

no test coverage detected