Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ LoadWidgetData
Function
LoadWidgetData
source/common/widgets/widgetresourcedata.cpp:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
std::vector<uint8_t> LoadWidgetData(const std::string& name)
87
{
88
return LoadFile(name.c_str());
89
}
Callers
2
LoadResource
Method · 0.85
SettingsPage
Method · 0.85
Calls
2
LoadFile
Function · 0.85
c_str
Method · 0.80
Tested by
no test coverage detected