MCPcopy
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
138async function row(file: string): Promise<Row> {
139 return Filesystem.readJson<Row>(file)
140}
141
142async function load(): Promise<Data> {
143 const stamp = Date.now()

Callers 1

loadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected