MCPcopy Create free account
hub / github.com/cyan-2048/solid-telekram / removeIndex

Method removeIndex

@mtcute/core/utils/sorted-array.ts:88–90  ·  view source on GitHub ↗
(idx: number)

Source from the content-addressed store, hash-verified

86 }
87
88 removeIndex(idx: number): void {
89 this.raw.splice(idx, 1)
90 }
91
92 includes(item: T): boolean {
93 return this.index(item) !== -1

Callers 1

_loopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected