Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getCapacity
Method
getCapacity
src/dsql/DsqlBatch.cpp:1006–1012 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1004
}
1005
1006
ULONG DsqlBatch::DataCache::getCapacity() const
1007
{
1008
if (!m_cacheCapacity)
1009
return 0;
1010
1011
return m_limit;
1012
}
1013
1014
void DsqlBatch::DataCache::clear()
1015
{
Callers
7
getCachedSize
Method · 0.45
setupInlineBlob
Method · 0.45
execute
Method · 0.45
dsqlPass
Method · 0.45
perform
Method · 0.45
info
Method · 0.45
stringBoolean
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected