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

Method callable

gapil/bapi/decode.go:440–447  ·  view source on GitHub ↗
(callableID uint64)

Source from the content-addressed store, hash-verified

438}
439
440func (d *decoder) callable(callableID uint64) (out *semantic.Callable) {
441 d.build(d.content.Instances.Callable, &d.inst.Callable, callableID, &out,
442 func(p *Callable, s *semantic.Callable) {
443 s.Function = d.function(p.Function)
444 s.Object = d.expr(p.Object)
445 })
446 return
447}
448
449func (d *decoder) case_(caseID uint64) (out *semantic.Case) {
450 d.build(d.content.Instances.Case, &d.inst.Case, caseID, &out,

Callers 2

callMethod · 0.95
nodeMethod · 0.95

Calls 3

buildMethod · 0.95
functionMethod · 0.95
exprMethod · 0.95

Tested by

no test coverage detected