MCPcopy Create free account
hub / github.com/ShouChenICU/FastSend / saveTransCount

Function saveTransCount

server/utils/TransCount.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13console.log('transCount: ' + transCount)
14
15function saveTransCount() {
16 fs.writeFileSync('transCount', transCount + ' ', 'utf8')
17}
18
19export function increaseTransCount() {
20 transCount++

Callers 2

TransCount.tsFile · 0.85
increaseTransCountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected