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

Function DrainNone

cel/async/async.go:70–72  ·  view source on GitHub ↗

DrainNone returns a strategy that re-evaluates after every single completion. This is the default strategy.

()

Source from the content-addressed store, hash-verified

68// DrainNone returns a strategy that re-evaluates after every single completion.
69// This is the default strategy.
70func DrainNone() DrainStrategy {
71 return drainNone{}
72}
73
74type drainNone struct{}
75

Callers 2

TestConcurrentEvalFunction · 0.92
TestDrainNoneFunction · 0.92

Calls

no outgoing calls

Tested by 2

TestConcurrentEvalFunction · 0.74
TestDrainNoneFunction · 0.74