Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fbeline/design-patterns-JS
/
Class
src/behavioral/command/command_es6.js:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
class
OnCommand {
28
29
constructor(turbine) {
30
this.turbine = turbine;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected