Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ setItemsCount
Method
setItemsCount
src/common/MsgMetadata.h:126–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
void setItemsCount(unsigned n)
127
{
128
items.resize(n);
129
length = 0;
130
}
131
132
Item& getItem(unsigned n)
133
{
Callers
1
parseDsqlMessage
Method · 0.80
Calls
1
resize
Method · 0.45
Tested by
no test coverage detected