Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ get
Method
get
apps/sim/lib/uploads/utils/user-file-base64.server.ts:147–147 ·
view source on GitHub ↗
(file: UserFile)
Source
from the content-addressed store, hash-verified
145
146
interface
Base64Cache {
147
get(file: UserFile): Promise<string | null>
148
set(file: UserFile, value: string, ttlSeconds: number): Promise<void>
149
}
150
Callers
15
uploadPart
Function · 0.65
triggerFileDownload
Function · 0.65
get
Method · 0.65
get
Function · 0.65
hydrateUserFile
Function · 0.65
parseInternalFileUrl
Function · 0.65
fetchExternalUrlToWorkspace
Function · 0.65
workspace-file-folder-manager.test.ts
File · 0.65
mapWorkspaceFileRecord
Function · 0.65
resolve
Function · 0.65
mapFolder
Function · 0.65
ensureWorkspaceFileFolderPath
Function · 0.65
Implementers
3
InMemoryBase64Cache
apps/sim/lib/uploads/utils/user-file-b
RedisMcpCache
apps/sim/lib/mcp/storage/redis-cache.t
MemoryMcpCache
apps/sim/lib/mcp/storage/memory-cache.
Calls
no outgoing calls
Tested by
no test coverage detected