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

Method includes

@mtcute/core/utils/sorted-array.ts:92–94  ·  view source on GitHub ↗
(item: T)

Source from the content-addressed store, hash-verified

90 }
91
92 includes(item: T): boolean {
93 return this.index(item) !== -1
94 }
95
96 find(item: T): T | null {
97 const ind = this.index(item)

Callers 15

generateIncludedFoldersFunction · 0.80
logMethod · 0.80
bots.tsFile · 0.80
calls.tsFile · 0.80
user.tsFile · 0.80
misc.tsFile · 0.80
checkDhPrimeFunction · 0.80
getStickersByEmojiMethod · 0.80
getAllGettersNamesFunction · 0.80
makeInspectableFunction · 0.80
uploadFileFunction · 0.80
config.tsFile · 0.80

Calls 1

indexMethod · 0.95

Tested by

no test coverage detected