MCPcopy Index your code
hub / github.com/dmarman/sha256algorithm / lastClockStateless

Function lastClockStateless

src/App.js:274–278  ·  view source on GitHub ↗
(chunks)

Source from the content-addressed store, hash-verified

272 }
273
274 function lastClockStateless(chunks) {
275 if(chunks === 1) return 113;
276
277 return 113 + 114*(chunks - 1); // Don't touch this f*** thing.
278 }
279
280 function cycleClock() {
281 if(chunksCount === 1) return clock%114;

Callers 1

onClockFinishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected