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

Method length

gapil/bapi/decode.go:817–825  ·  view source on GitHub ↗
(lengthID uint64)

Source from the content-addressed store, hash-verified

815 return
816}
817func (d *decoder) length(lengthID uint64) (out *semantic.Length) {
818 d.build(d.content.Instances.Length, &d.inst.Length, lengthID, &out,
819 func(p *Length, s *semantic.Length) {
820 s.AST = d.astCall(p.Ast)
821 s.Object = d.expr(p.Object)
822 s.Type = d.ty(p.Type)
823 })
824 return
825}
826
827func (d *decoder) local(localID uint64) (out *semantic.Local) {
828 d.build(d.content.Instances.Local, &d.inst.Local, localID, &out,

Callers 1

exprMethod · 0.95

Calls 4

buildMethod · 0.95
astCallMethod · 0.95
exprMethod · 0.95
tyMethod · 0.95

Tested by

no test coverage detected