MCPcopy 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
28export function getSchema(sessionId: string): TableSchema[] {
29 return getSchemaDetailed(ensureAdapter(sessionId))
30}
31
32/**
33 * Plugin-style parameterized readonly query.

Callers 1

dbWorker.tsFile · 0.90

Calls 2

getSchemaDetailedFunction · 0.90
ensureAdapterFunction · 0.85

Tested by

no test coverage detected