Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Reserve
Method
Reserve
common/decl.h:361–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
OverloadDeclHashSet set;
360
361
void Reserve(size_t size) {
362
insertion_order.reserve(size);
363
set.reserve(size);
364
}
365
};
366
367
template <typename... Overloads>
Callers
4
MakeFunctionDecl
Function · 0.45
ToProtoAbstractType
Function · 0.45
ListUnwrapOpt
Function · 0.45
ConcatList
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected