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

Class CompilerOptions

compiler/compiler.h:95–98  ·  view source on GitHub ↗

General options for configuring the underlying parser and checker.

Source from the content-addressed store, hash-verified

93
94// General options for configuring the underlying parser and checker.
95struct CompilerOptions {
96 ParserOptions parser_options;
97 CheckerOptions checker_options;
98};
99
100// Interface for CEL CompilerBuilder objects.
101//

Callers 3

TEST_PFunction · 0.85
TEST_PFunction · 0.85
TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by 3

TEST_PFunction · 0.68
TEST_PFunction · 0.68
TEST_PFunction · 0.68