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

Function isUsingCloudStorage

apps/sim/lib/uploads/config.ts:134–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 * Check if we're using any cloud storage (S3 or Blob)
133 */
134export function isUsingCloudStorage(): boolean {
135 return USE_S3_STORAGE || USE_BLOB_STORAGE
136}
137
138/**
139 * Get the appropriate storage configuration for a given context

Callers 8

deleteStorageFilesFunction · 0.90
route.tsFile · 0.90
parseFileSingleFunction · 0.90
route.tsFile · 0.90
deleteExecutionFilesFunction · 0.90
deleteLargeValueKeysFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected