MCPcopy Create free account
hub / github.com/codecombat/codecombat / onHidden

Method onHidden

app/core/ViewVisibleTimer.js:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 onHidden () {
125 return this.stopTimer({ subtractTimeout: false })
126 }
127
128 onVisible () {
129 if (this.featureData) { return this.startTimer(this.featureData) }

Callers

nothing calls this directly

Calls 1

stopTimerMethod · 0.95

Tested by

no test coverage detected