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

Method create

gapil/bapi/decode.go:527–535  ·  view source on GitHub ↗
(createID uint64)

Source from the content-addressed store, hash-verified

525}
526
527func (d *decoder) create(createID uint64) (out *semantic.Create) {
528 d.build(d.content.Instances.Create, &d.inst.Create, createID, &out,
529 func(p *Create, s *semantic.Create) {
530 s.AST = d.astCall(p.Ast)
531 s.Type = d.reference(p.Type)
532 s.Initializer = d.classInit(p.Initializer)
533 })
534 return
535}
536
537func (d *decoder) declareLocal(declareLocalID uint64) (out *semantic.DeclareLocal) {
538 d.build(d.content.Instances.DeclareLocal, &d.inst.DeclareLocal, declareLocalID, &out,

Callers 2

exprMethod · 0.95
nodeMethod · 0.95

Calls 4

buildMethod · 0.95
astCallMethod · 0.95
referenceMethod · 0.95
classInitMethod · 0.95

Tested by

no test coverage detected