MCPcopy Create free account
hub / github.com/marijnh/Eloquent-JavaScript / schedule

Method schedule

code/animatevillage.js:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 schedule() {
109 this.timeout = setTimeout(() => this.tick(), 1000 / speed)
110 }
111
112 clicked() {
113 if (this.timeout == null) {

Callers 3

constructorMethod · 0.95
tickMethod · 0.95
clickedMethod · 0.95

Calls 1

tickMethod · 0.95

Tested by

no test coverage detected