Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generateIncludedFolders
Function · 0.80
log
Method · 0.80
bots.ts
File · 0.80
calls.ts
File · 0.80
user.ts
File · 0.80
misc.ts
File · 0.80
checkDhPrime
Function · 0.80
getStickersByEmoji
Method · 0.80
getAllGettersNames
Function · 0.80
makeInspectable
Function · 0.80
uploadFile
Function · 0.80
config.ts
File · 0.80
Calls
1
index
Method · 0.95
Tested by
no test coverage detected