(&self)
| 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 { |
no outgoing calls
no test coverage detected