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

Function StandardCompilerLibrary

compiler/standard_library.cc:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40} // namespace
41
42CompilerLibrary StandardCompilerLibrary() {
43 CompilerLibrary library =
44 CompilerLibrary::FromCheckerLibrary(StandardCheckerLibrary());
45 library.configure_parser = AddStandardLibraryMacros;
46 return library;
47}
48
49} // namespace cel

Callers 15

TEST_PFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
CreateCompilerFunction · 0.85
StdLibCompilerFunction · 0.85
StdLibCompilerFunction · 0.85
StdLibCompilerFunction · 0.85
StdLibCompilerFunction · 0.85
NewCompilerBuilderMethod · 0.85
SetUpMethod · 0.85

Calls 1

StandardCheckerLibraryFunction · 0.85

Tested by 15

TEST_PFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
CreateCompilerFunction · 0.68
StdLibCompilerFunction · 0.68
StdLibCompilerFunction · 0.68
StdLibCompilerFunction · 0.68
StdLibCompilerFunction · 0.68
SetUpMethod · 0.68
TEST_PFunction · 0.68