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

Method make

gapil/bapi/decode.go:840–848  ·  view source on GitHub ↗
(makeID uint64)

Source from the content-addressed store, hash-verified

838}
839
840func (d *decoder) make(makeID uint64) (out *semantic.Make) {
841 d.build(d.content.Instances.Make, &d.inst.Make, makeID, &out,
842 func(p *Make, s *semantic.Make) {
843 s.AST = d.astCall(p.Ast)
844 s.Type = d.slice(p.Type)
845 s.Size = d.expr(p.Size)
846 })
847 return
848}
849
850func (d *decoder) map_(mapID uint64) (out *semantic.Map) {
851 d.build(d.content.Instances.Map, &d.inst.Map, mapID, &out,

Callers 1

exprMethod · 0.95

Calls 4

buildMethod · 0.95
astCallMethod · 0.95
sliceMethod · 0.95
exprMethod · 0.95

Tested by

no test coverage detected