Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getData
Method
getData
src/common/classes/ClumpletReader.cpp:924–927 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
922
}
923
924
void ClumpletReader::getData(UCharBuffer& data) const
925
{
926
data.assign(getBytes(), getClumpLength());
927
}
928
929
bool ClumpletReader::getBoolean() const
930
{
Callers
nothing calls this directly
Calls
1
assign
Method · 0.45
Tested by
no test coverage detected