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

Function active

src/components/CompressionCalculation.js:11–14  ·  view source on GitHub ↗
(clock)

Source from the content-addressed store, hash-verified

9 let execute = masterClock === lastClock();
10
11 function active(clock) {
12 return '';
13 return clock === lastClock() && 'hidden';
14 }
15
16 return (
17 <div className={ `duration-500 ${ active(clock) }` }>

Callers

nothing calls this directly

Calls 1

lastClockFunction · 0.85

Tested by

no test coverage detected