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

Function MathCheckerLibrary

extensions/math_ext_decls.cc:325–333  ·  view source on GitHub ↗

Configuration for cel::TypeChecker to enable the math extension declarations.

Source from the content-addressed store, hash-verified

323
324// Configuration for cel::TypeChecker to enable the math extension declarations.
325CheckerLibrary MathCheckerLibrary(int version) {
326 return {
327 .id = kMathExtensionName,
328 .configure =
329 [version](TypeCheckerBuilder& builder) {
330 return AddMathExtensionDeclarations(builder, version);
331 },
332 };
333}
334
335} // namespace cel::extensions

Callers 1

CheckImplFunction · 0.85

Calls 1

Tested by

no test coverage detected