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

Function contextFromFlags

src/daemon/request-execution-scope.ts:231–236  ·  view source on GitHub ↗
(
    flags: CommandFlags | undefined,
    appBundleId?: string,
    traceLogPath?: string,
  )

Source from the content-addressed store, hash-verified

229 }
230
231 const contextFromFlags = (
232 flags: CommandFlags | undefined,
233 appBundleId?: string,
234 traceLogPath?: string,
235 ): DaemonCommandContext =>
236 contextFromRequestFlags(logPath, flags, appBundleId, traceLogPath, lockedReq.meta);
237
238 return {
239 type: 'scope',

Callers 1

Calls 1

contextFromRequestFlagsFunction · 0.85

Tested by

no test coverage detected