MCPcopy Create free account
hub / github.com/Noumena-Network/code / getCommitCounter

Function getCommitCounter

src/bootstrap/state.ts:1021–1023  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1019}
1020
1021export function getCommitCounter(): AttributedCounter | null {
1022 return STATE.commitCounter
1023}
1024
1025export function getCostCounter(): AttributedCounter | null {
1026 return STATE.costCounter

Callers 1

trackGitOperationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected