Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaxBittker/rs-sdk
/ constructor
Function
constructor
server/engine/src/engine/script/ScriptIterators.ts:20–23 ·
view source on GitHub ↗
(tick: number)
Source
from the content-addressed store, hash-verified
18
protected readonly tick: number;
19
20
protected constructor(tick: number) {
21
this.iterator = this.generator();
22
this.tick = tick;
23
}
24
25
protected abstract generator(): IterableIterator<T>;
26
Callers
nothing calls this directly
Calls
1
generator
Method · 0.45
Tested by
no test coverage detected