Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ getSchema
Function
getSchema
apps/desktop/main/worker/query/sql.ts:28–30 ·
view source on GitHub ↗
(sessionId: string)
Source
from the content-addressed store, hash-verified
26
}
27
28
export
function
getSchema(sessionId: string): TableSchema[] {
29
return
getSchemaDetailed(ensureAdapter(sessionId))
30
}
31
32
/**
33
* Plugin-style parameterized readonly query.
Callers
1
dbWorker.ts
File · 0.90
Calls
2
getSchemaDetailed
Function · 0.90
ensureAdapter
Function · 0.85
Tested by
no test coverage detected