MCPcopy Index your code
hub / github.com/JavaCS3/xterm-player / len

Method len

src/Frame.ts:95–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93export interface IFrameQueue extends IDisposable {
94 isEnd(frame: IFrame): boolean
95 len(): number
96 frame(time: number): IFrame
97}
98

Callers 7

Utils.test.tsFile · 0.65
constructorMethod · 0.65
dataMethod · 0.65
snapshotMethod · 0.65
Frame.test.tsFile · 0.65
bundle.min.jsFile · 0.65
BFunction · 0.65

Implementers 2

NullFrameQueuesrc/Frame.ts
CastFrameQueuesrc/Frame.ts

Calls

no outgoing calls

Tested by

no test coverage detected