MCPcopy Create free account
hub / github.com/cel-expr/cel-go / InitVals

Method InitVals

interpreter/interpretable.go:1440–1442  ·  view source on GitHub ↗

InitVals implements the InterpretableConstructor InitVals function.

()

Source from the content-addressed store, hash-verified

1438
1439// InitVals implements the InterpretableConstructor InitVals function.
1440func (c *evalWatchConstructor) InitVals() []InterpretableV2 {
1441 return c.constructor.InitVals()
1442}
1443
1444// Type implements the InterpretableConstructor Type function.
1445func (c *evalWatchConstructor) Type() ref.Type {

Callers 1

TestEvalWatchConstructorFunction · 0.95

Calls 1

InitValsMethod · 0.65

Tested by 1

TestEvalWatchConstructorFunction · 0.76