Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MusicPlayerDaemon/MPD
/ LockRead
Method
LockRead
test/DumpDatabase.cxx:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
#ifdef ENABLE_UPNP
43
#include
"input/InputStream.hxx"
44
size_t
45
InputStream::LockRead(std::span<std::byte>)
46
{
47
return 0;
48
}
49
#endif
50
51
class MyDatabaseListener final : public DatabaseListener {
Callers
1
Read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected