Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MusicPlayerDaemon/MPD
/ LockReadTag
Method
LockReadTag
src/input/InputStream.cxx:81–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
std::unique_ptr<Tag>
82
InputStream::LockReadTag() noexcept
83
{
84
const std::lock_guard protect{mutex};
85
return ReadTag();
86
}
87
88
bool
89
InputStream::IsAvailable() const noexcept
Callers
1
UpdateStreamTag
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected