MCPcopy Create free account
hub / github.com/anomalyco/opencode / tick

Method tick

packages/tui/src/util/scroll.ts:11–13  ·  view source on GitHub ↗
(_now?: number)

Source from the content-addressed store, hash-verified

9 constructor(private speed: number) {}
10
11 tick(_now?: number): number {
12 return this.speed
13 }
14
15 reset(): void {}
16}

Callers 3

eventResponseFunction · 0.80
eventResponseFunction · 0.80
event.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected