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

Method execute

src/behavioral/command/command_es6.js:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 execute() {
34 this.turbine.on();
35 }
36}
37
38class OffCommand {

Callers

nothing calls this directly

Calls 1

onMethod · 0.80

Tested by

no test coverage detected