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

Struct stringLib

ext/strings.go:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328type stringLib struct {
329 locale string
330 version uint32
331 maxPrecision int
332}
333
334// LibraryName implements the SingletonLibrary interface method.
335func (*stringLib) LibraryName() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected