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

Method file_scanner

lib/tauri-plugin-file-scanner/src/lib.rs:40–42  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

38
39impl<R: Runtime, T: Manager<R>> crate::FileScannerExt<R> for T {
40 fn file_scanner(&self) -> &FileScanner<R> {
41 self.state::<FileScanner<R>>().inner()
42 }
43}
44
45/// Initializes the plugin.

Callers 1

start_scan_innerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected