MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / toString

Function toString

src/envfs.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146QString toString(POBJECT_ATTRIBUTES poa)
147{
148 const auto sv = toStringView(poa);
149 return QString::fromWCharArray(sv.data(), static_cast<int>(sv.size()));
150}
151
152class HandleCloserThread
153{

Callers 1

forEachEntryImplFunction · 0.70

Calls 3

toStringViewFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected