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

Struct evalWatchConstructor

interpreter/interpretable.go:1434–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1432}
1433
1434type evalWatchConstructor struct {
1435 constructor InterpretableConstructor
1436 observer EvalObserver
1437}
1438
1439// InitVals implements the InterpretableConstructor InitVals function.
1440func (c *evalWatchConstructor) InitVals() []InterpretableV2 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected