MCPcopy Create free account
hub / github.com/SamoZ256/hydra / Thread

Method Thread

src/core/debugger/debugger.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32Thread::Thread(const std::string_view name_) : name{name_} {
33 // TODO: make this configurable
34 messages.resize(256);
35}
36
37void Thread::Log(const Message& msg) {
38 std::unique_lock lock(msg_mutex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected