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

Function buildBlobCustomConfig

apps/sim/app/api/files/multipart/route.ts:75–80  ·  view source on GitHub ↗
(config: StorageConfig)

Source from the content-addressed store, hash-verified

73 config.bucket && config.region ? { bucket: config.bucket, region: config.region } : undefined
74
75const buildBlobCustomConfig = (config: StorageConfig) => ({
76 containerName: config.containerName!,
77 accountName: config.accountName!,
78 accountKey: config.accountKey,
79 connectionString: config.connectionString,
80})
81
82const verifyTokenForUser = (token: string | undefined, userId: string) => {
83 if (!token || typeof token !== 'string') {

Callers 2

route.tsFile · 0.85
completeOneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected