Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MusicPlayerDaemon/MPD
/ Open
Method
Open
src/input/plugins/NfsInputPlugin.cxx:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
NfsInputStream &operator=(const NfsInputStream &) = delete;
50
51
void Open() {
52
assert(!IsReady());
53
54
NfsFileReader::Open(GetURI());
55
}
56
57
private:
58
void DoRead();
Callers
1
input_nfs_open
Function · 0.45
Calls
1
Open
Function · 0.85
Tested by
no test coverage detected