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

Function BindingsVersion

ext/bindings.go:73–78  ·  view source on GitHub ↗

BindingsVersion sets the version of the bindings library to an explicit version.

(version uint32)

Source from the content-addressed store, hash-verified

71
72// BindingsVersion sets the version of the bindings library to an explicit version.
73func BindingsVersion(version uint32) BindingsOption {
74 return func(lib *celBindings) *celBindings {
75 lib.version = version
76 return lib
77 }
78}
79
80type celBindings struct {
81 version uint32

Callers 5

TestBindingsFunction · 0.85
TestBlockEval_BadPlanFunction · 0.85
TestBlockEval_BadBlockFunction · 0.85

Calls

no outgoing calls

Tested by 4

TestBindingsFunction · 0.68
TestBlockEval_BadPlanFunction · 0.68
TestBlockEval_BadBlockFunction · 0.68