MCPcopy Index your code
hub / github.com/simstudioai/sim / uniqueIds

Function uniqueIds

apps/sim/lib/core/config/appconfig.test.ts:30–33  ·  view source on GitHub ↗

Unique identifiers per test so the module-level cache never bleeds across tests.

()

Source from the content-addressed store, hash-verified

28let counter = 0
29/** Unique identifiers per test so the module-level cache never bleeds across tests. */
30function uniqueIds() {
31 counter += 1
32 return { application: `app-${counter}`, environment: `env-${counter}`, profile: 'access-control' }
33}
34
35describe('fetchAppConfigProfile', () => {
36 beforeEach(() => {

Callers 1

appconfig.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected