MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / getEstimatedFinishTime

Function getEstimatedFinishTime

modules/toc/toc.js:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 function getEstimatedFinishTime() {
71 return new Date(+(new Date()) + (stats.wordCount - latest().wordCount) / getWordsPerMs());
72 }
73
74 function saveStats() {
75 stats.windows.previous = stats.windows.current;

Callers 1

renderStatsFunction · 0.85

Calls 2

latestFunction · 0.85
getWordsPerMsFunction · 0.85

Tested by

no test coverage detected