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

Function failureCacheKey

apps/sim/lib/mcp/service.ts:49–51  ·  view source on GitHub ↗
(workspaceId: string, serverId: string)

Source from the content-addressed store, hash-verified

47}
48
49function failureCacheKey(workspaceId: string, serverId: string): string {
50 return `workspace:${workspaceId}:server:${serverId}:failure`
51}
52
53const FAILURE_CACHE_SENTINEL: McpTool[] = []
54

Callers 5

constructorMethod · 0.85
markServerUnhealthyMethod · 0.85
isServerUnhealthyMethod · 0.85
clearServerFailureMethod · 0.85
clearCacheMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected