MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / OpenNfsInputStream

Function OpenNfsInputStream

src/input/plugins/NfsInputPlugin.cxx:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237};
238
239InputStreamPtr
240OpenNfsInputStream(NfsConnection &connection, std::string_view path,
241 Mutex &mutex)
242{
243 return std::make_unique<NfsInputStream>(connection, path, mutex);
244}

Callers 1

OpenFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected