MCPcopy Create free account
hub / github.com/callstack/agent-device / formatOpenTarget

Function formatOpenTarget

src/commands/management/runtime/apps.ts:273–283  ·  view source on GitHub ↗
(target: BackendOpenTarget)

Source from the content-addressed store, hash-verified

271}
272
273function formatOpenTarget(target: BackendOpenTarget): string {
274 return (
275 target.app ??
276 target.appId ??
277 target.bundleId ??
278 target.packageName ??
279 target.url ??
280 target.activity ??
281 'app'
282 );
283}
284
285async function resolvePushInput(
286 runtime: AgentDeviceRuntime,

Callers 1

openAppCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…