MCPcopy Create free account
hub / github.com/Moosync/Moosync / provides

Method provides

src/players/rodio.rs:140–147  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

138
139 #[tracing::instrument(level = "debug", skip(self))]
140 fn provides(&self) -> &[types::songs::SongType] {
141 &[
142 SongType::LOCAL,
143 SongType::URL,
144 SongType::YOUTUBE,
145 SongType::SPOTIFY,
146 ]
147 }
148
149 #[tracing::instrument(level = "debug", skip(self, song))]
150 fn can_play(&self, song: &types::songs::Song) -> bool {

Callers 1

get_playerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected