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

Function exportTableBlock

src/renderer/src/services/exportService.ts:62–68  ·  view source on GitHub ↗
(table: string, pageId?: string)

Source from the content-addressed store, hash-verified

60 * Export a table block
61 */
62export function exportTableBlock(table: string, pageId?: string): void {
63 openExportTab({
64 sourceType: 'table-block',
65 table,
66 pageId
67 })
68}
69
70/**
71 * Download content as file

Callers 1

MessageList.tsxFile · 0.90

Calls 1

openExportTabFunction · 0.85

Tested by

no test coverage detected