Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
Async* Content::getThread() const noexcept {
143
return _thread;
144
}
145
146
std::pair<OwnArray<uint8_t>, size_t> Content::load(String filename) {
147
int64_t size = 0;
Callers
8
start
Method · 0.45
searchFilesAsync
Method · 0.45
loadAsync
Method · 0.45
dora_threaded_read_file
Function · 0.45
DB_insertAsync01
Function · 0.45
load
Method · 0.45
loadFromString
Method · 0.45
ShaderCompiler.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected