Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
239
InputStreamPtr
240
OpenNfsInputStream(NfsConnection &connection, std::string_view path,
241
Mutex &mutex)
242
{
243
return std::make_unique<NfsInputStream>(connection, path, mutex);
244
}
Callers
1
OpenFile
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected