MCPcopy 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
81std::unique_ptr<Tag>
82InputStream::LockReadTag() noexcept
83{
84 const std::lock_guard protect{mutex};
85 return ReadTag();
86}
87
88bool
89InputStream::IsAvailable() const noexcept

Callers 1

UpdateStreamTagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected