MCPcopy Create free account
hub / github.com/Artikash/Textractor / ParseTextThreadString

Function ParseTextThreadString

GUI/mainwindow.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 ThreadParam ParseTextThreadString(QString ttString)
103 {
104 auto threadParam = ttString.splitRef(":");
105 return { threadParam[1].toUInt(nullptr, 16), threadParam[2].toULongLong(nullptr, 16), threadParam[3].toULongLong(nullptr, 16), threadParam[4].toULongLong(nullptr, 16) };
106 }
107
108 std::array<InfoForExtension, 20> GetSentenceInfo(TextThread& thread)
109 {

Callers 3

ViewThreadFunction · 0.85
RemoveHooksFunction · 0.85
SaveHooksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected