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

Function EnableConstantFolding

runtime/constant_folding.cc:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72} // namespace
73
74absl::Status EnableConstantFolding(RuntimeBuilder& builder) {
75 return EnableConstantFoldingImpl(builder, nullptr, nullptr);
76}
77
78absl::Status EnableConstantFolding(RuntimeBuilder& builder,
79 google::protobuf::Arena* absl_nonnull arena) {

Callers 7

StandardRuntimeOrDieFunction · 0.85
ConfigureRuntimeImplFunction · 0.85
TEST_PFunction · 0.85
TEST_PFunction · 0.85
TESTFunction · 0.85
CreateMethod · 0.85

Calls 1

Tested by 6

StandardRuntimeOrDieFunction · 0.68
ConfigureRuntimeImplFunction · 0.68
TEST_PFunction · 0.68
TEST_PFunction · 0.68
TESTFunction · 0.68
CreateMethod · 0.68