MCPcopy Index your code
hub / github.com/anomalyco/opencode / workspaceIndexes

Function workspaceIndexes

packages/console/core/src/schema/workspace.sql.ts:16–22  ·  view source on GitHub ↗
(table: any)

Source from the content-addressed store, hash-verified

14)
15
16export function workspaceIndexes(table: any) {
17 return [
18 primaryKey({
19 columns: [table.workspaceID, table.id],
20 }),
21 ]
22}

Callers 6

key.sql.tsFile · 0.90
user.sql.tsFile · 0.90
provider.sql.tsFile · 0.90
model.sql.tsFile · 0.90
referral.sql.tsFile · 0.90
billing.sql.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected