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

Function ConfigureParser

extensions/proto_ext.cc:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83absl::Status ConfigureParser(ParserBuilder& builder) {
84 for (const auto& macro : proto_macros()) {
85 CEL_RETURN_IF_ERROR(builder.AddMacro(macro));
86 }
87 return absl::OkStatus();
88}
89
90} // namespace
91

Callers

nothing calls this directly

Calls 2

proto_macrosFunction · 0.85
AddMacroMethod · 0.80

Tested by

no test coverage detected