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

Method astIdentifier

gapil/bapi/encode.go:1805–1810  ·  view source on GitHub ↗
(n *ast.Identifier)

Source from the content-addressed store, hash-verified

1803}
1804
1805func (e *encoder) astIdentifier(n *ast.Identifier) (outID uint64) {
1806 e.build(&e.instances.AstIdentifier, e.maps.ASTIdentifier, n, &outID, func() *ASTIdentifier {
1807 return &ASTIdentifier{Value: e.str(n.Value)}
1808 })
1809 return
1810}
1811
1812func (e *encoder) astImport(n *ast.Import) (outID uint64) {
1813 e.build(&e.instances.AstImport, e.maps.ASTImport, n, &outID, func() *ASTImport {

Callers 15

astAnnotationMethod · 0.95
astDeclareLocalMethod · 0.95
astClassMethod · 0.95
astDefinitionMethod · 0.95
astEnumMethod · 0.95
astEnumEntryMethod · 0.95
astFieldMethod · 0.95
astGenericMethod · 0.95
astIterationMethod · 0.95
astMapIterationMethod · 0.95
astMemberMethod · 0.95
astNamedArgMethod · 0.95

Calls 2

buildMethod · 0.95
strMethod · 0.95

Tested by

no test coverage detected