MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / GetSyncProgressSize

Function GetSyncProgressSize

src/sync/WizSync.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55int GetSyncProgressSize(WizKMSyncProgress progress)
56{
57 int start = 0;
58 int count = 0;
59 GetSyncProgressRange(progress, start, count);
60 return count;
61}
62
63int GetSyncStartProgress(WizKMSyncProgress progress)
64{

Callers

nothing calls this directly

Calls 1

GetSyncProgressRangeFunction · 0.85

Tested by

no test coverage detected