MCPcopy 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
86std::vector<uint8_t> LoadWidgetData(const std::string& name)
87{
88 return LoadFile(name.c_str());
89}

Callers 2

LoadResourceMethod · 0.85
SettingsPageMethod · 0.85

Calls 2

LoadFileFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected