MCPcopy Create free account
hub / github.com/YACReader/yacreader / toString

Method toString

tests/concurrent_queue_test/concurrent_queue_test.cpp:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 : threadId { threadId }, jobId { jobId } { }
97
98 QString toString() const { return QStringLiteral("[%1.%2]").arg(threadId).arg(jobId); }
99
100private:
101 const int threadId;

Callers 15

setEditorDataMethod · 0.80
keyPressEventMethod · 0.80
dataMethod · 0.80
setDataMethod · 0.80
getShortcutMethod · 0.80
saveShortcutMethod · 0.80
updateGroupIconsMethod · 0.80
logFunction · 0.80
operator<<Function · 0.80
showWhatsNewIfNeededMethod · 0.80
toTXTMethod · 0.80
getTitleOrFileNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected