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

Function RegisterMathMacros

extensions/math_ext_macros.h:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29std::vector<Macro> math_macros();
30
31inline absl::Status RegisterMathMacros(MacroRegistry& registry,
32 const ParserOptions&) {
33 return registry.RegisterMacros(math_macros());
34}
35
36} // namespace cel::extensions
37

Callers 1

LegacyParseFunction · 0.85

Calls 2

math_macrosFunction · 0.85
RegisterMacrosMethod · 0.80

Tested by

no test coverage detected