Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-pushup/cli
/ next
Method
next
packages/utils/src/lib/wal-sharded.ts:119–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
118
readonly #id: string = getUniqueInstanceId({
119
next() {
120
return
++ShardedWal.instanceCount;
121
},
122
});
123
readonly groupId: string;
124
readonly #debug: boolean = false;
Callers
2
getShardId
Function · 0.80
getUniqueInstanceId
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected