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

Function get_scanner_state

src-tauri/src/scanner/mod.rs:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29#[tracing::instrument(level = "debug", skip())]
30pub fn get_scanner_state() -> ScannerHolder {
31 ScannerHolder::new()
32}
33
34#[tracing::instrument(level = "debug", skip(preferences))]
35fn get_scan_paths(preferences: &State<PreferenceConfig>) -> Result<Vec<String>> {

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected