MCPcopy Create free account
hub / github.com/UbiquitousLearning/mllm / refSessionThreads

Method refSessionThreads

mllm/engine/Context.cpp:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140std::unordered_map<std::thread::id, SessionTCB::ptr_t> Context::refSessionThreads() { return session_threads_; }
141
142void Context::setPrintPrecision(int precision) { print_precision_ = precision; }
143

Callers 1

shutdownContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected