MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / reverse

Method reverse

tools/mcsim/ControlsPane.js:437–439  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

435 model.DEVICE.first.delegate(data.tick, data);
436 }
437 reverse() {
438 this.direction = 0 - this.direction;
439 }
440 secondsToString(seconds) {
441 let string = "";
442 let value = Math.floor(seconds / 3600);

Callers 6

runMethod · 0.80
runMethod · 0.80
renderFunction · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected