Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ row
Function
row
packages/opencode/test/cli/tui/plugin-loader.test.ts:138–140 ·
view source on GitHub ↗
(file: string)
Source
from the content-addressed store, hash-verified
136
}
137
138
async
function
row(file: string): Promise<Row> {
139
return
Filesystem.readJson<Row>(file)
140
}
141
142
async
function
load(): Promise<Data> {
143
const
stamp = Date.now()
Callers
1
load
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected