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

Function OverflowChecksEnabled

eval/public/builtin_func_registrar_test.cc:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56};
57
58InterpreterOptions OverflowChecksEnabled() {
59 static InterpreterOptions options;
60 options.enable_timestamp_duration_overflow_errors = true;
61 return options;
62}
63
64void ExpectResult(const TestCase& test_case) {
65 auto parsed_expr = parser::Parse(test_case.expr);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected