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

Method astIdentifier

gapil/bapi/decode.go:1613–1619  ·  view source on GitHub ↗
(astIdentifierID uint64)

Source from the content-addressed store, hash-verified

1611}
1612
1613func (d *decoder) astIdentifier(astIdentifierID uint64) (out *ast.Identifier) {
1614 d.build(d.content.Instances.AstIdentifier, &d.inst.ASTIdentifier, astIdentifierID, &out,
1615 func(p *ASTIdentifier, s *ast.Identifier) {
1616 s.Value = d.str(p.Value)
1617 })
1618 return
1619}
1620
1621func (d *decoder) astIndex(astIndexID uint64) (out *ast.Index) {
1622 d.build(d.content.Instances.AstIndex, &d.inst.ASTIndex, astIndexID, &out,

Callers 15

astAnnotationMethod · 0.95
astClassMethod · 0.95
astDeclareLocalMethod · 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