Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ loadStr
Method
loadStr
Source/Basic/Content.cpp:152–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
std::string Content::loadStr(String filename) {
153
return loadInMainUnsafe(filename);
154
}
155
156
const bgfx::Memory* Content::loadBX(String filename) {
157
int64_t size = 0;
Callers
1
load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected