(
flags: CommandFlags | undefined,
appBundleId?: string,
traceLogPath?: string,
)
| 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', |
no test coverage detected