MCPcopy Create free account
hub / github.com/experdot/pointer / consumePendingSettingsTab

Function consumePendingSettingsTab

src/renderer/src/services/settingsService.ts:305–309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303}
304
305export function consumePendingSettingsTab(): string | undefined {
306 const tab = pendingSettingsTab
307 pendingSettingsTab = undefined
308 return tab
309}

Callers 1

SettingsEditorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected