Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ reset
Method
reset
src/jrd/Collation.cpp:286–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
285
public:
286
virtual void reset()
287
{
288
buffer.shrink(0);
289
resultStart = resultLength = 0;
290
}
291
292
virtual bool process(const UCHAR* data, SLONG dataLen)
293
{
Callers
nothing calls this directly
Calls
1
shrink
Method · 0.45
Tested by
no test coverage detected