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

Function GetExprId

eval/eval/function_step_test.cc:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58using ::testing::Truly;
59
60int GetExprId() {
61 static int id = 0;
62 id++;
63 return id;
64}
65
66// Simple function that takes no arguments and returns a constant value.
67class ConstFunction : public CelFunction {

Callers 1

MakeTestFunctionStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected