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

Function cacheKey

apps/sim/lib/core/config/appconfig.ts:53–55  ·  view source on GitHub ↗
(ids: AppConfigProfileIdentifiers)

Source from the content-addressed store, hash-verified

51}
52
53function cacheKey(ids: AppConfigProfileIdentifiers): string {
54 return `${ids.application}/${ids.environment}/${ids.profile}`
55}
56
57/**
58 * Run one AppConfig poll for `entry`: starts a session if no token is held, then

Callers 2

pollFunction · 0.85
fetchAppConfigProfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected