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

Method astNumber

gapil/bapi/decode.go:1788–1794  ·  view source on GitHub ↗
(astNumberID uint64)

Source from the content-addressed store, hash-verified

1786}
1787
1788func (d *decoder) astNumber(astNumberID uint64) (out *ast.Number) {
1789 d.build(d.content.Instances.AstNumber, &d.inst.ASTNumber, astNumberID, &out,
1790 func(p *ASTNumber, s *ast.Number) {
1791 s.Value = d.str(p.Value)
1792 })
1793 return
1794}
1795
1796func (d *decoder) astParameter(astParameterID uint64) (out *ast.Parameter) {
1797 d.build(d.content.Instances.AstParameter, &d.inst.ASTParameter, astParameterID, &out,

Callers 3

astAPIMethod · 0.95
astEnumEntryMethod · 0.95
astNodeMethod · 0.95

Calls 2

buildMethod · 0.95
strMethod · 0.95

Tested by

no test coverage detected