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

Method docs

gapil/bapi/encode.go:755–759  ·  view source on GitHub ↗
(n semantic.Documentation)

Source from the content-addressed store, hash-verified

753}
754
755func (e *encoder) docs(n semantic.Documentation) *Documentation {
756 p := &Documentation{}
757 foreach(n, e.str, &p.Strings)
758 return p
759}
760
761func (e *encoder) enum(n *semantic.Enum) (outID uint64) {
762 e.build(&e.instances.Enum, e.maps.Enum, n, &outID, func() *Enum {

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