MCPcopy Create free account
hub / github.com/VSCodeConfigHelper/v4 / vscode_scan

Function vscode_scan

src-tauri/src/gui.rs:68–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67#[tauri::command]
68fn vscode_scan() -> Option<String> {
69 trace!("vscode_scan: <- ()");
70 let result = vscode::scan();
71 trace!("vscode_scan: -> {:?}", result);
72 result
73}
74
75#[derive(Serialize, Debug)]
76#[serde(rename_all = "camelCase")]

Callers

nothing calls this directly

Calls 1

scanFunction · 0.50

Tested by

no test coverage detected