Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ workspace.sql.ts
File
workspace.sql.ts
packages/core/src/control-plane/workspace.sql.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ sqliteTable, text, integer } from
"drizzle-orm/sqlite-core"
2
import
{ ProjectTable } from
"../project/sql"
3
import
{ ProjectV2 } from
"../project"
4
import
{ WorkspaceV2 } from
"../workspace"
Callers
nothing calls this directly
Calls
3
default
Method · 0.80
text
Function · 0.50
integer
Function · 0.50
Tested by
no test coverage detected