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

Method boolValue

gapil/bapi/decode.go:371–373  ·  view source on GitHub ↗
(boolValueID uint64)

Source from the content-addressed store, hash-verified

369}
370
371func (d *decoder) boolValue(boolValueID uint64) semantic.BoolValue {
372 return semantic.BoolValue(d.content.Instances.BoolValue[boolValueID-1].Value)
373}
374
375func (d *decoder) block(blockID uint64) (out *semantic.Block) {
376 d.build(d.content.Instances.Block, &d.inst.Block, blockID, &out,

Callers 2

exprMethod · 0.95
nodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected