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

Function ConfigureParser

extensions/lists_functions.cc:651–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651absl::Status ConfigureParser(ParserBuilder& builder, int version) {
652 for (const Macro& macro : lists_macros(version)) {
653 CEL_RETURN_IF_ERROR(builder.AddMacro(macro));
654 }
655 return absl::OkStatus();
656}
657
658} // namespace
659

Callers 1

ListsCompilerLibraryFunction · 0.70

Calls 2

lists_macrosFunction · 0.85
AddMacroMethod · 0.80

Tested by

no test coverage detected