MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / query_token

Method query_token

modules/core/core/src/core/log/log_worker.cpp:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121ThreadToken* LogQueue::query_token(SThreadID tid) const SKR_NOEXCEPT
122{
123 auto iter = thread_id_map_.find(tid);
124 if (iter != thread_id_map_.end())
125 return iter->second.get();
126 return 0;
127}
128
129ThreadToken* LogQueue::query_flushing() const SKR_NOEXCEPT
130{

Callers 2

flushMethod · 0.80
patternAndSinkMethod · 0.80

Calls 3

findMethod · 0.45
endMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected