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

Struct encoderLib

ext/encoders.go:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85type encoderLib struct {
86 version uint32
87}
88
89func (*encoderLib) LibraryName() string {
90 return "cel.lib.ext.encoders"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected