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

Function getServePathPrefix

apps/sim/lib/uploads/core/storage-client.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 * Get the serve path prefix (unified across all storage providers)
17 */
18export function getServePathPrefix(): string {
19 return '/api/files/serve/'
20}
21
22/**
23 * Get file metadata from storage provider

Callers 5

toWorkspaceFileRecordFunction · 0.90
toFileRecordFunction · 0.90
uploadWorkspaceFileFunction · 0.90
mapWorkspaceFileRecordFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected