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

Function startNewThread

desktop/pi-desktop-runtime.ts:178–180  ·  view source on GitHub ↗
(request: ComposerStateRequest = {})

Source from the content-addressed store, hash-verified

176}
177
178export function startNewThread(request: ComposerStateRequest = {}) {
179 return invokeRuntimeHost('startNewThread', { request: withComposerModeSettings(request) })
180}
181
182export function selectProjectRuntime(request: ComposerStateRequest = {}) {
183 return invokeRuntimeHost('selectProjectRuntime', { request: withComposerModeSettings(request) })

Callers 2

createProjectFunction · 0.90

Calls 2

invokeRuntimeHostFunction · 0.90
withComposerModeSettingsFunction · 0.85

Tested by

no test coverage detected