Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moosync/Moosync
/ get_librespot_state
Function
get_librespot_state
src-tauri/src/librespot/mod.rs:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
27
#[tracing::instrument(level =
"debug"
, skip())]
28
pub fn get_librespot_state() -> LibrespotHolder {
29
LibrespotHolder::new()
30
}
31
32
#[tracing::instrument(level =
"debug"
, skip(app))]
33
#[tauri::command()]
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected