MCPcopy Create free account
hub / github.com/agent-tower/core / current

Method current

packages/server/src/output/utils/patch.ts:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 current(): number {
24 return this.index
25 }
26
27 startFrom(index: number): void {
28 this.index = index

Callers 6

sendMessageMethod · 0.80
flushSnapshotPersistMethod · 0.80
onKeyDownFunction · 0.80
EditorViewFunction · 0.80
handlePatchFunction · 0.80
useNormalizedLogsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected