Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
std::unordered_map<std::thread::id, SessionTCB::ptr_t> Context::refSessionThreads() { return session_threads_; }
141
142
void Context::setPrintPrecision(int precision) { print_precision_ = precision; }
143
Callers
1
shutdownContext
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected