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

Function openExportTab

src/renderer/src/services/exportService.ts:15–23  ·  view source on GitHub ↗
(context?: ExportEditorContext)

Source from the content-addressed store, hash-verified

13 * Open the export tab with optional context
14 */
15export function openExportTab(context?: ExportEditorContext): void {
16 stores.tab.openTab({
17 id: uuidv4(),
18 type: 'export',
19 title: '导出',
20 closable: true,
21 context
22 } as Parameters<typeof stores.tab.openTab>[0] & { context?: ExportEditorContext })
23}
24
25/**
26 * Export messages from a page

Callers 4

exportMessagesFunction · 0.85
exportTextSnippetFunction · 0.85
exportCodeBlockFunction · 0.85
exportTableBlockFunction · 0.85

Calls 1

openTabMethod · 0.80

Tested by

no test coverage detected