Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
export
function
workspaceIndexes(table: any) {
17
return
[
18
primaryKey({
19
columns: [table.workspaceID, table.id],
20
}),
21
]
22
}
Callers
6
key.sql.ts
File · 0.90
user.sql.ts
File · 0.90
provider.sql.ts
File · 0.90
model.sql.ts
File · 0.90
referral.sql.ts
File · 0.90
billing.sql.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected