Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AGenUI/AGenUI
/ TearDown
Method
TearDown
tests/cpp/module/message_thread_test.cpp:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void TearDown() override {
21
if (thread && thread->isRunning()) {
22
thread->stop();
23
}
24
}
25
26
std::unique_ptr<MessageThread> thread;
27
};
Callers
nothing calls this directly
Calls
2
isRunning
Method · 0.45
stop
Method · 0.45
Tested by
no test coverage detected