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

Struct listsLib

ext/lists.go:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164const defaultMaxRangeSize = 1_000_000
165
166type listsLib struct {
167 version uint32
168 maxRangeSize int64
169}
170
171// LibraryName implements the SingletonLibrary interface method.
172func (listsLib) LibraryName() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected