MCPcopy Create free account
hub / github.com/buggins/coolreader / setAutoSyncSize

Method setAutoSyncSize

crengine/src/lvtinydom.cpp:461–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459 return (n + (_sectorSize-1)) & ~(_sectorSize-1);
460 }
461 void setAutoSyncSize(int sz) {
462 _stream->setAutoSyncSize(sz);
463 }
464};
465
466

Callers 1

saveChangesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected