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

Method astAnnotations

gapil/bapi/encode.go:1559–1563  ·  view source on GitHub ↗
(n ast.Annotations)

Source from the content-addressed store, hash-verified

1557}
1558
1559func (e *encoder) astAnnotations(n ast.Annotations) *ASTAnnotations {
1560 out := &ASTAnnotations{}
1561 foreach(n, e.astAnnotation, &out.Annotations)
1562 return out
1563}
1564
1565func (e *encoder) astAbort(n *ast.Abort) (outID uint64) {
1566 e.build(&e.instances.AstAbort, e.maps.ASTAbort, n, &outID, func() *ASTAbort {

Callers 9

astCaseMethod · 0.95
astClassMethod · 0.95
astDefinitionMethod · 0.95
astEnumMethod · 0.95
astFieldMethod · 0.95
astFunctionMethod · 0.95
astImportMethod · 0.95
astParameterMethod · 0.95
astPseudonymMethod · 0.95

Calls 1

foreachFunction · 0.85

Tested by

no test coverage detected