Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ nextWorkspaceId
Function
nextWorkspaceId
apps/sim/lib/table/billing.test.ts:50–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
// keeps one test's cached value from leaking into the next.
49
let
wsCounter = 0
50
const
nextWorkspaceId = () => `ws-${++wsCounter}`
51
52
beforeEach(() => {
53
vi.clearAllMocks()
Callers
1
billing.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected