MCPcopy 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
16MessageInterface::~MessageInterface(){
17 Destroy();
18}
19
20void MessageInterface::Destroy(){
21 active = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected