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

Method docs

gapil/bapi/decode.go:558–562  ·  view source on GitHub ↗
(p *Documentation)

Source from the content-addressed store, hash-verified

556}
557
558func (d *decoder) docs(p *Documentation) semantic.Documentation {
559 s := semantic.Documentation{}
560 foreach(p.Strings, d.str, &s)
561 return s
562}
563
564func (d *decoder) enum(enumID uint64) (out *semantic.Enum) {
565 d.build(d.content.Instances.Enum, &d.inst.Enum, enumID, &out,

Callers 8

classMethod · 0.95
definitionMethod · 0.95
enumMethod · 0.95
enumEntryMethod · 0.95
fieldMethod · 0.95
functionMethod · 0.95
paramMethod · 0.95
pseudonymMethod · 0.95

Calls 1

foreachFunction · 0.85

Tested by

no test coverage detected