MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / FastRange

Class FastRange

packages/alphatab/src/synth/vorbis/VorbisStreamDecoder.ts:108–113  ·  view source on GitHub ↗

* @internal

Source from the content-addressed store, hash-verified

106 * @internal
107 */
108class FastRange implements IFastList {
109 public static readonly instance = new FastRange();
110 public get(index: number) {
111 return index;
112 }
113}
114
115/**
116 * @internal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected