MCPcopy Index your code
hub / github.com/callstack/agent-device / formatSource

Function formatSource

src/commands/management/runtime/admin.ts:312–316  ·  view source on GitHub ↗
(source: BackendInstallSource)

Source from the content-addressed store, hash-verified

310}
311
312function formatSource(source: BackendInstallSource): string {
313 if (source.kind === 'path') return source.path;
314 if (source.kind === 'uploadedArtifact') return source.id;
315 return source.url;
316}

Callers 1

formatInstallResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected