MCPcopy Create free account
hub / github.com/ForestHubAI/edge-agents / BoolVal

Function BoolVal

go/engine/expr/value.go:31–31  ·  view source on GitHub ↗
(v bool)

Source from the content-addressed store, hash-verified

29func IntVal(v int64) Value { return Value{Type: workflowapi.Int, Raw: v} }
30func FloatVal(v float64) Value { return Value{Type: workflowapi.Float, Raw: v} }
31func BoolVal(v bool) Value { return Value{Type: workflowapi.Bool, Raw: v} }
32func StringVal(v string) Value { return Value{Type: workflowapi.String, Raw: v} }
33
34// ImageVal wraps an encoded frame blob (e.g. JPEG bytes). It is an opaque

Callers 11

TestEval_BooleanFunction · 0.85
TestEval_NegationFunction · 0.85
ZeroValueFunction · 0.85
CastMethod · 0.85
CoerceFunction · 0.85
parseOrMethod · 0.85
parseAndMethod · 0.85
parseEqualityMethod · 0.85
parseComparisonMethod · 0.85
parseUnaryMethod · 0.85
parseAtomMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestEval_BooleanFunction · 0.68
TestEval_NegationFunction · 0.68