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

Function SetsVersion

ext/sets.go:90–95  ·  view source on GitHub ↗

SetsVersion sets the library version for set extensions.

(version uint32)

Source from the content-addressed store, hash-verified

88
89// SetsVersion sets the library version for set extensions.
90func SetsVersion(version uint32) SetsOption {
91 return func(lib *setsLib) *setsLib {
92 lib.version = version
93 return lib
94 }
95}
96
97type setsLib struct {
98 version uint32

Callers 2

TestSetsVersionFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestSetsVersionFunction · 0.68