Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
180
function
tableKey(workspaceId: string, tableId: string): string {
181
return
`${workspaceId}/${tableId}`;
182
}
183
184
export
const
tableDataDB = {
185
/** Save full table rows. */
Callers
3
save
Function · 0.85
load
Function · 0.85
delete
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected