MCPcopy Index your code
hub / github.com/monkeytypegame/monkeytype / monkey

Function monkey

frontend/src/ts/test/test-timer.ts:149–154  ·  view source on GitHub ↗
(wpmAndRaw: { wpm: number; raw: number })

Source from the content-addressed store, hash-verified

147}
148
149function monkey(wpmAndRaw: { wpm: number; raw: number }): void {
150 if (timerDebug) console.time("update monkey");
151 const num = Config.blindMode ? wpmAndRaw.raw : wpmAndRaw.wpm;
152 Monkey.updateFastOpacity(num);
153 if (timerDebug) console.timeEnd("update monkey");
154}
155
156function layoutfluid(): void {
157 if (timerDebug) console.time("layoutfluid");

Callers 1

timerStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected