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

Method key

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

Source from the content-addressed store, hash-verified

55
56 #[tracing::instrument(level = "debug", skip(self))]
57 fn key(&self) -> String {
58 "rodio".into()
59 }
60
61 #[tracing::instrument(level = "debug", skip(self, src, resolver))]
62 fn load(&self, src: String, autoplay: bool, resolver: tokio::sync::oneshot::Sender<()>) {

Callers 3

SongListFunction · 0.45
get_playerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected