MCPcopy Create free account
hub / github.com/AGenUI/AGenUI / getMessageThread

Method getMessageThread

core/src/module/agenui_thread_manager.cpp:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57IThread* ThreadManager::getMessageThread(int threadId) {
58 std::lock_guard<std::mutex> lock(_mutex);
59 auto it = _threads.find(threadId);
60 if (it == _threads.end()) {
61 return nullptr;
62 }
63 return it->second;
64}
65
66} // namespace agenui

Callers 2

createSurfaceManagerMethod · 0.45
destroySurfaceManagerMethod · 0.45

Calls 1

endMethod · 0.80

Tested by

no test coverage detected