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

Function cleanThisThread

mllm/mllm.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void cleanThisThread() {
107 Context::instance().thisThread()->attached_contexts._ref_raw_data().clear();
108 Context::instance().thisThread()->ir_context = nullptr;
109 Context::instance().thisThread()->trace_mode = false;
110}
111
112SessionTCB::ptr_t thisThread() { return Context::instance().thisThread(); }
113

Callers 1

shutdownContextFunction · 0.85

Calls 2

thisThreadMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected