Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clangen/musikcube
/ Completed
Method
Completed
src/plugins/httpdatastream/HttpDataStream.cpp:179–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
void Completed() {
180
std::unique_lock<std::mutex> lock(this->mutex);
181
this->maxLength = length;
182
}
183
184
PositionType Read(void* buffer, PositionType readBytes) {
185
std::unique_lock<std::mutex> lock(this->mutex);
Callers
1
ThreadProc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected