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

Method annotations

gapil/bapi/decode.go:238–245  ·  view source on GitHub ↗
(p *Annotations)

Source from the content-addressed store, hash-verified

236}
237
238func (d *decoder) annotations(p *Annotations) semantic.Annotations {
239 if p == nil || len(p.Annotations) == 0 {
240 return nil
241 }
242 out := semantic.Annotations{}
243 foreach(p.Annotations, d.annotation, &out)
244 return out
245}
246
247func (d *decoder) assert(assertID uint64) (out *semantic.Assert) {
248 d.build(d.content.Instances.Assert, &d.inst.Assert, assertID, &out,

Callers 10

case_Method · 0.95
choiceMethod · 0.95
classMethod · 0.95
definitionMethod · 0.95
enumMethod · 0.95
fieldMethod · 0.95
functionMethod · 0.95
globalMethod · 0.95
paramMethod · 0.95
pseudonymMethod · 0.95

Calls 1

foreachFunction · 0.85

Tested by

no test coverage detected