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

Method PlaylistFileEditor

src/PlaylistFile.cxx:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 }
253
254PlaylistFileEditor::PlaylistFileEditor(const char *name_utf8,
255 LoadMode load_mode)
256 :path(spl_map_to_fs(name_utf8)),
257 contents(MaybeLoadPlaylistFile(path, load_mode))
258{
259}
260
261void
262PlaylistFileEditor::Insert(std::size_t i, const char *uri)

Callers

nothing calls this directly

Calls 2

spl_map_to_fsFunction · 0.85
MaybeLoadPlaylistFileFunction · 0.85

Tested by

no test coverage detected