MCPcopy 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

MakeFunctionDeclFunction · 0.45
ToProtoAbstractTypeFunction · 0.45
ListUnwrapOptFunction · 0.45
ConcatListFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected