Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ~MessageInterface
Method
~MessageInterface
Kernel/src/objects/interface.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
MessageInterface::~MessageInterface(){
17
Destroy();
18
}
19
20
void MessageInterface::Destroy(){
21
active = false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected