Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fbeline/design-patterns-JS
/ SpeedUpCommand
Function
SpeedUpCommand
src/behavioral/command/command.js:52–54 ·
view source on GitHub ↗
(turbine)
Source
from the content-addressed store, hash-verified
50
};
51
52
function
SpeedUpCommand(turbine) {
53
this.turbine = turbine;
54
}
55
56
SpeedUpCommand.prototype.execute =
function
() {
57
this.turbine.speedUp();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected