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

Function row

packages/opencode/src/plugin/meta.ts:117–122  ·  view source on GitHub ↗
(item: Touch)

Source from the content-addressed store, hash-verified

115}
116
117async function row(item: Touch): Promise<Row> {
118 return {
119 ...item,
120 core: await entryCore(item),
121 }
122}
123
124function next(prev: Entry | undefined, core: Core, now: number): { state: State; entry: Entry } {
125 const entry: Entry = {

Callers 5

touchManyFunction · 0.70
renderAssistantPartGroupFunction · 0.50
renderTimelineRowFunction · 0.50
asyncFileFunction · 0.50
VirtualTimelineRowFunction · 0.50

Calls 1

entryCoreFunction · 0.85

Tested by

no test coverage detected