Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ delete
Method
delete
apps/sim/lib/mcp/storage/adapter.ts:11–11 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
9
get(key: string): Promise<McpCacheEntry | null>
10
set(key: string, tools: McpTool[], ttlMs: number): Promise<void>
11
delete(key: string): Promise<void>
12
clear(): Promise<void>
13
dispose(): void
14
}
Callers
15
toDropboxDirectVideoUrl
Function · 0.65
convertFilesToBase64
Method · 0.65
execute
Function · 0.65
socket.mock.ts
File · 0.65
useJsonCollapse
Function · 0.65
ToastProvider
Function · 0.65
report
Function · 0.65
main
Function · 0.65
deregisterSSOProvider
Function · 0.65
getVantaAccessToken
Function · 0.65
store.ts
File · 0.65
notifyBlockError
Function · 0.65
Implementers
2
RedisMcpCache
apps/sim/lib/mcp/storage/redis-cache.t
MemoryMcpCache
apps/sim/lib/mcp/storage/memory-cache.
Calls
no outgoing calls
Tested by
3
createFakeRedis
Function · 0.52
createRedisStub
Function · 0.52
subscribe
Function · 0.52