Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ insertBytes
Method
insertBytes
src/common/classes/ClumpletWriter.cpp:317–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
315
}
316
317
void ClumpletWriter::insertBytes(UCHAR tag, const void* bytes, FB_SIZE_T length)
318
{
319
insertBytesLengthCheck(tag, bytes, length);
320
}
321
322
void ClumpletWriter::insertByte(UCHAR tag, const UCHAR byte)
323
{
Callers
2
store
Method · 0.45
putLevel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected