Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ SetNext
Method
SetNext
common/expr.h:1712–1714 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1710
}
1711
1712
inline void Expr::SetNext(common_internal::ExprEraseTag&, Expr* next) {
1713
u_.next = next;
1714
}
1715
1716
} // namespace cel
1717
Callers
1
Expand
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected