MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getThread

Method getThread

Source/Basic/Content.cpp:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142Async* Content::getThread() const noexcept {
143 return _thread;
144}
145
146std::pair<OwnArray<uint8_t>, size_t> Content::load(String filename) {
147 int64_t size = 0;

Callers 8

startMethod · 0.45
searchFilesAsyncMethod · 0.45
loadAsyncMethod · 0.45
dora_threaded_read_fileFunction · 0.45
DB_insertAsync01Function · 0.45
loadMethod · 0.45
loadFromStringMethod · 0.45
ShaderCompiler.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected