MCPcopy Create free account
hub / github.com/clangen/musikcube / Add

Method Add

src/plugins/httpdatastream/HttpDataStream.cpp:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 }
172
173 void Add(PositionType length) {
174 std::unique_lock<std::mutex> lock(this->mutex);
175 this->length += length;
176 this->underflow.notify_all();
177 }
178
179 void Completed() {
180 std::unique_lock<std::mutex> lock(this->mutex);

Callers 2

ThreadProcMethod · 0.45
CurlWriteCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected