Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buggins/coolreader
/ compact
Method
compact
tinydict/tinydict.cpp:258–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
public:
257
258
void compact()
259
{
260
zstream.compact();
261
if ( buf ) {
262
free( buf );
263
buf = NULL;
264
buf_size = 0;
265
}
266
}
267
268
const char * read( const TinyDictWord * w );
269
Callers
nothing calls this directly
Calls
1
compact
Method · 0.45
Tested by
no test coverage detected