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

Function buildProvenance

apps/sim/app/f/[token]/utils.ts:7–9  ·  view source on GitHub ↗
(workspaceName: string | null, ownerName: string | null)

Source from the content-addressed store, hash-verified

5 * fallback.
6 */
7export function buildProvenance(workspaceName: string | null, ownerName: string | null): string {
8 return [workspaceName, ownerName ? `Shared by ${ownerName}` : null].filter(Boolean).join(' · ')
9}

Callers 3

PublicFileViewFunction · 0.90
generateMetadataFunction · 0.90
ImageFunction · 0.90

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected