Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dethcrypto/dethcode
/ isHit
Method
isHit
packages/ethereum-viewer/src/fs/textSearchProvider.ts:139–141 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
137
}
138
139
isHit() {
140
return
this._current >= this.max;
141
}
142
143
increase(value: number) {
144
this._current += value;
Callers
2
provideTextSearchResults
Method · 0.95
searchInFile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected