Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NSPManager/NSPanelManager
/ get_id
Method
get_id
docker/MQTTManager/include/switch/switch.cpp:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
uint16_t SwitchEntity::get_id() {
70
return this->_id;
71
}
72
73
std::string SwitchEntity::get_name() {
74
return this->_name;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected