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

Function ConfigureParser

extensions/bindings_ext.cc:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43inline absl::Status ConfigureParser(ParserBuilder& parser_builder) {
44 for (const Macro& macro : bindings_macros()) {
45 CEL_RETURN_IF_ERROR(parser_builder.AddMacro(macro));
46 }
47 return absl::OkStatus();
48}
49
50} // namespace
51

Callers

nothing calls this directly

Calls 2

bindings_macrosFunction · 0.85
AddMacroMethod · 0.80

Tested by

no test coverage detected