MCPcopy Create free account
hub / github.com/expr-lang/expr / BoolValuer

Interface BoolValuer

patcher/value/value.go:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type BoolValuer interface {
44 AsBool() bool
45}
46
47type Int8Valuer interface {
48 AsInt8() int8

Callers 1

getValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…