Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ assign
Method
assign
src/jrd/Monitoring.h:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
void assign(ULONG length, const UCHAR* ptr)
105
{
106
offset = 0;
107
buffer.assign(ptr, length);
108
}
109
110
ULONG getLength() const
111
{
Callers
1
getRecord
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected