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

Function GetOptions

eval/tests/modern_benchmark_test.cc:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79using ::google::rpc::context::AttributeContext;
80
81RuntimeOptions GetOptions() {
82 RuntimeOptions options;
83
84 if (absl::GetFlag(FLAGS_enable_recursive_planning)) {
85 options.max_recursion_depth = -1;
86 }
87
88 return options;
89}
90
91enum class ConstFoldingEnabled { kNo, kYes };
92

Callers 15

BM_EvalFunction · 0.85
BM_Eval_TraceFunction · 0.85
BM_EvalStringFunction · 0.85
BM_EvalString_TraceFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.85
BM_Comprehension_TraceFunction · 0.85
BM_HasMapFunction · 0.85
BM_HasProtoFunction · 0.85
BM_HasProtoMapFunction · 0.85
BM_ListComprehensionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected