MCPcopy Create free account
hub / github.com/fbeline/design-patterns-JS / SpeedDownCommand

Function SpeedDownCommand

src/behavioral/command/command.js:60–62  ·  view source on GitHub ↗
(turbine)

Source from the content-addressed store, hash-verified

58};
59
60function SpeedDownCommand(turbine) {
61 this.turbine = turbine;
62}
63
64SpeedDownCommand.prototype.execute = function() {
65 this.turbine.speedDown();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected