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

Function lastClock

src/App.js:268–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266 }
267
268 function lastClock() {
269 if(chunksCount === 1) return 113;
270
271 return 113 + 114*(chunksCount - 1); // Don't touch this f*** thing.
272 }
273
274 function lastClockStateless(chunks) {
275 if(chunks === 1) return 113;

Callers 13

App.jsFile · 0.85
onClockFunction · 0.85
onInputChangeFunction · 0.85
onClockFastFunction · 0.85
onClockBackFastFunction · 0.85
onClockBackFunction · 0.85
activeFunction · 0.85
ButtonClockFunction · 0.85
ButtonAutoClockFunction · 0.85
ButtonClockFinishFunction · 0.85
ButtonClockFastFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected