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

Method key

src-tauri/src/providers/spotify.rs:444–446  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

442
443 #[tracing::instrument(level = "debug", skip(self))]
444 fn key(&self) -> String {
445 "spotify".into()
446 }
447
448 #[tracing::instrument(level = "debug", skip(self, id))]
449 fn match_id(&self, id: String) -> bool {

Callers 4

get_provider_statusMethod · 0.45
parse_playlistMethod · 0.45
parse_playlist_itemMethod · 0.45
loginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected