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

Method annotations

gapil/bapi/encode.go:410–414  ·  view source on GitHub ↗
(n semantic.Annotations)

Source from the content-addressed store, hash-verified

408}
409
410func (e *encoder) annotations(n semantic.Annotations) *Annotations {
411 p := &Annotations{}
412 foreach(n, e.annotation, &p.Annotations)
413 return p
414}
415
416func (e *encoder) api(n *semantic.API) (outID uint64) {
417 e.build(&e.instances.Api, e.maps.API, n, &outID, func() *API {

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