MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / LockNeedChunks

Function LockNeedChunks

src/decoder/Bridge.cxx:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95static DecoderCommand
96LockNeedChunks(DecoderControl &dc) noexcept
97{
98 std::unique_lock lock{dc.mutex};
99 return NeedChunks(dc, lock);
100}
101
102MusicChunk *
103DecoderBridge::GetChunk() noexcept

Callers 1

GetChunkMethod · 0.85

Calls 1

NeedChunksFunction · 0.85

Tested by

no test coverage detected