MCPcopy 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.
49let wsCounter = 0
50const nextWorkspaceId = () => `ws-${++wsCounter}`
51
52beforeEach(() => {
53 vi.clearAllMocks()

Callers 1

billing.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected