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

Method astBool

gapil/bapi/decode.go:1447–1453  ·  view source on GitHub ↗
(astBoolID uint64)

Source from the content-addressed store, hash-verified

1445}
1446
1447func (d *decoder) astBool(astBoolID uint64) (out *ast.Bool) {
1448 d.build(d.content.Instances.AstBool, &d.inst.ASTBool, astBoolID, &out,
1449 func(p *ASTBool, s *ast.Bool) {
1450 s.Value = p.Value
1451 })
1452 return
1453}
1454
1455func (d *decoder) astBranch(astBranchID uint64) (out *ast.Branch) {
1456 d.build(d.content.Instances.AstBranch, &d.inst.ASTBranch, astBranchID, &out,

Callers 1

astNodeMethod · 0.95

Calls 1

buildMethod · 0.95

Tested by

no test coverage detected