Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashaduri/gsmartcontrol
/ CommandExecutorFactory
Method
CommandExecutorFactory
src/applib/command_executor_factory.cpp:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
CommandExecutorFactory::CommandExecutorFactory(bool use_gui, Gtk::Window* parent)
21
: use_gui_(use_gui), parent_(parent)
22
{ }
23
24
25
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected