MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / selectProjectRuntime

Function selectProjectRuntime

desktop/runtime-host/live-runtime-service.ts:647–650  ·  view source on GitHub ↗
(request: ComposerStateRequest = {})

Source from the content-addressed store, hash-verified

645}
646
647export async function selectProjectRuntime(request: ComposerStateRequest = {}) {
648 const { composer } = await emitComposerUpdate({ ...request, sessionPath: null })
649 return composer
650}
651
652export async function openThreadRuntime(request: ComposerStateRequest) {
653 const persistedSessionPath = getPersistedSessionPath(request.sessionPath)

Callers 1

handleRequestFunction · 0.90

Calls 1

emitComposerUpdateFunction · 0.70

Tested by

no test coverage detected