Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
QString toString(POBJECT_ATTRIBUTES poa)
147
{
148
const auto sv = toStringView(poa);
149
return QString::fromWCharArray(sv.data(), static_cast<int>(sv.size()));
150
}
151
152
class HandleCloserThread
153
{
Callers
1
forEachEntryImpl
Function · 0.70
Calls
3
toStringView
Function · 0.85
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected