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

Function ProtosVersion

ext/protos.go:66–71  ·  view source on GitHub ↗

ProtosVersion sets the library version for extensions for protobuf utilities.

(version uint32)

Source from the content-addressed store, hash-verified

64
65// ProtosVersion sets the library version for extensions for protobuf utilities.
66func ProtosVersion(version uint32) ProtosOption {
67 return func(lib *protoLib) *protoLib {
68 lib.version = version
69 return lib
70 }
71}
72
73var (
74 protoNamespace = "proto"

Callers 2

TestProtosVersionFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestProtosVersionFunction · 0.68