MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / runAddAppFactory

Function runAddAppFactory

src/back/responses.ts:2710–2715  ·  view source on GitHub ↗
(state: BackState)

Source from the content-addressed store, hash-verified

2708}
2709
2710function runAddAppFactory(state: BackState) {
2711 return (launchInfo: LaunchInfo): ManagedChildProcess => {
2712 const id = uuid();
2713 return runGameService(state, launchInfo, `add-app.${id}`, `Add App ${id}`);
2714 };
2715}
2716
2717/**
2718 * Creates a function that will run any game launch info given to it and register it as a service

Callers 1

registerRequestCallbacksFunction · 0.85

Calls 2

uuidFunction · 0.90
runGameServiceFunction · 0.85

Tested by

no test coverage detected