Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielOgorchock/ST_Anything
/ Executor
Method
Executor
Arduino/libraries/ST_Anything/Executor.cpp:33–37 ·
view source on GitHub ↗
public constructor
Source
from the content-addressed store, hash-verified
31
//public
32
//constructor
33
Executor::Executor(const __FlashStringHelper *name):
34
Device(name)
35
{
36
37
}
38
39
//destructor
40
Executor::~Executor()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected