resolveLatestLaunchContext
resolveLatestLaunchContext(
input):Promise<LaunchContext|undefined>
Defined in: entrypoints/cli-page/launch-context-resolution.ts:24
Storage上の最新LaunchContextを優先して解決。
Parameters
Section titled “Parameters”ResolveLatestLaunchContextInput
最新LaunchContext解決入力。
Returns
Section titled “Returns”Promise<LaunchContext | undefined>
最新LaunchContext。
Example
Section titled “Example”const launchContext = await resolveLatestLaunchContext({ fallbackLaunchContext, storage,});