MCPcopy 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
152std::string Content::loadStr(String filename) {
153 return loadInMainUnsafe(filename);
154}
155
156const bgfx::Memory* Content::loadBX(String filename) {
157 int64_t size = 0;

Callers 1

loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected