Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShouChenICU/FastSend
/ increaseTransCount
Function
increaseTransCount
server/utils/TransCount.ts:19–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
export
function
increaseTransCount() {
20
transCount++
21
saveTransCount()
22
console.log(
'transCount: '
+ transCount)
23
}
24
25
export
function
getTransCount() {
26
return
transCount
Callers
1
initReceive
Function · 0.90
Calls
1
saveTransCount
Function · 0.85
Tested by
no test coverage detected