Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ unRegisterDevice
Function
unRegisterDevice
Sming/Components/Storage/src/Storage.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
bool unRegisterDevice(Device* device)
53
{
54
return Device::List(spiFlash).remove(device);
55
}
56
57
Device* findDevice(const String& name)
58
{
Callers
1
~Device
Method · 0.85
Calls
2
List
Class · 0.85
remove
Method · 0.45
Tested by
no test coverage detected