Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ CopyId
Method
CopyId
parser/macro_expr_factory.h:314–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
ABSL_MUST_USE_RESULT virtual ExprId CopyId(ExprId id) = 0;
313
314
ABSL_MUST_USE_RESULT ExprId CopyId(const Expr& expr) {
315
return CopyId(expr.id());
316
}
317
318
private:
319
friend class ParserMacroExprFactory;
Callers
nothing calls this directly
Calls
1
id
Method · 0.45
Tested by
no test coverage detected