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

Function hasCloudStorage

apps/sim/lib/uploads/core/storage-service.ts:749–751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

747 * Check if cloud storage is available
748 */
749export function hasCloudStorage(): boolean {
750 return USE_BLOB_STORAGE || USE_S3_STORAGE
751}
752
753/**
754 * Get S3 bucket and key information for a storage key

Callers 10

pushWorkspaceFileMountFunction · 0.90
resolveInputFilesFunction · 0.90
uploadWorkspaceFileFunction · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
createMultipartUploadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected