MCPcopy
hub / github.com/microsoft/data-formulator / tableKey

Function tableKey

src/app/workspaceDB.ts:180–182  ·  view source on GitHub ↗
(workspaceId: string, tableId: string)

Source from the content-addressed store, hash-verified

178}
179
180function tableKey(workspaceId: string, tableId: string): string {
181 return `${workspaceId}/${tableId}`;
182}
183
184export const tableDataDB = {
185 /** Save full table rows. */

Callers 3

saveFunction · 0.85
loadFunction · 0.85
deleteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected