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

Method boolValue

gapil/bapi/encode.go:525–532  ·  view source on GitHub ↗
(n semantic.BoolValue)

Source from the content-addressed store, hash-verified

523}
524
525func (e *encoder) boolValue(n semantic.BoolValue) (outID uint64) {
526 e.build(&e.instances.BoolValue, e.maps.BoolValue, n, &outID, func() *BoolValue {
527 return &BoolValue{
528 Value: bool(n),
529 }
530 })
531 return
532}
533
534func (e *encoder) block(n *semantic.Block) (outID uint64) {
535 e.build(&e.instances.Block, e.maps.Block, n, &outID, func() *Block {

Callers 2

nodeMethod · 0.95
exprMethod · 0.95

Calls 1

buildMethod · 0.95

Tested by

no test coverage detected