MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / saveLastExportPath

Function saveLastExportPath

src/utils/export.ts:59–61  ·  view source on GitHub ↗
(context: ExportContext, configKey: string, uri: vscode.Uri)

Source from the content-addressed store, hash-verified

57}
58
59export async function saveLastExportPath(context: ExportContext, configKey: string, uri: vscode.Uri) {
60 await context.setValue(configKey, uri.fsPath)
61}

Callers 3

webviewMessageHandlerFunction · 0.90
exportTaskWithIdMethod · 0.90
exportSettingsFunction · 0.90

Calls 1

setValueMethod · 0.65

Tested by

no test coverage detected