Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ insertClumplet
Method
insertClumplet
src/common/classes/ClumpletWriter.cpp:562–565 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
560
}
561
562
void ClumpletWriter::insertClumplet(const SingleClumplet& clumplet)
563
{
564
insertBytes(clumplet.tag, clumplet.data, clumplet.size);
565
}
566
567
void ClumpletWriter::clear()
568
{
Callers
1
upgradeVersion
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected