Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MusicPlayerDaemon/MPD
/ ScanFile
Method
ScanFile
src/TagFile.cxx:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
is(nullptr) {}
31
32
bool ScanFile(const DecoderPlugin &plugin) noexcept {
33
return plugin.ScanFile(path_fs, handler);
34
}
35
36
bool ScanStream(const DecoderPlugin &plugin) {
37
if (plugin.scan_stream == nullptr)
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected