MCPcopy 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
57private:
58 void DoRead();

Callers 1

input_nfs_openFunction · 0.45

Calls 1

OpenFunction · 0.85

Tested by

no test coverage detected