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