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

Function TestOnly_IsRecursiveImpl

runtime/internal/runtime_impl.cc:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155bool TestOnly_IsRecursiveImpl(const Program* program) {
156 return dynamic_cast<const RecursiveProgramImpl*>(program) != nullptr;
157}
158
159} // namespace cel::runtime_internal

Callers 3

TESTFunction · 0.85
TEST_PFunction · 0.85
TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected