Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
bool TestOnly_IsRecursiveImpl(const Program* program) {
156
return dynamic_cast<const RecursiveProgramImpl*>(program) != nullptr;
157
}
158
159
} // namespace cel::runtime_internal
Callers
3
TEST
Function · 0.85
TEST_P
Function · 0.85
TEST_P
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected