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

Class

src/behavioral/command/command_es6.js:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38class OffCommand {
39
40 constructor(turbine) {
41 this.turbine = turbine;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected