Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
static DecoderCommand
96
LockNeedChunks(DecoderControl &dc) noexcept
97
{
98
std::unique_lock lock{dc.mutex};
99
return NeedChunks(dc, lock);
100
}
101
102
MusicChunk *
103
DecoderBridge::GetChunk() noexcept
Callers
1
GetChunk
Method · 0.85
Calls
1
NeedChunks
Function · 0.85
Tested by
no test coverage detected