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

Method Compile

compiler/compiler.h:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 absl::string_view source, absl::string_view description) const = 0;
130
131 absl::StatusOr<ValidationResult> Compile(absl::string_view source) const {
132 return Compile(source, "<input>");
133 }
134
135 // Accessor for the underlying type checker.
136 virtual const TypeChecker& GetTypeChecker() const = 0;

Callers 12

TEST_PFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TEST_PFunction · 0.45
env_test.ccFile · 0.45
TEST_PFunction · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45
TEST_PFunction · 0.45

Calls 1

CompileFunction · 0.85

Tested by 9

TEST_PFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36
TEST_PFunction · 0.36