MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / RegisterProtoMacros

Function RegisterProtoMacros

extensions/proto_ext.h:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33CompilerLibrary ProtoExtCompilerLibrary();
34
35inline absl::Status RegisterProtoMacros(MacroRegistry& registry,
36 const ParserOptions&) {
37 return registry.RegisterMacros(proto_macros());
38}
39
40} // namespace cel::extensions
41

Callers 1

LegacyParseFunction · 0.85

Calls 2

proto_macrosFunction · 0.85
RegisterMacrosMethod · 0.80

Tested by

no test coverage detected