MCPcopy
hub / github.com/coder/mux / create

Method create

src/node/services/ptc/runtime.ts:79–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 */
78export interface IJSRuntimeFactory {
79 create(): Promise<IJSRuntime>;
80}

Callers 15

createTerminalSessionFunction · 0.65
createNewWorkspaceFunction · 0.65
useCreationWorkspaceFunction · 0.65
runSampleQueryFunction · 0.65
WorkspaceProviderFunction · 0.65
initializeProjectDirectFunction · 0.65
createAgentTaskFunction · 0.65
createWorkspaceTurnMethod · 0.65

Implementers 8

QuickJSRuntimeFactorysrc/node/services/ptc/quickjsRuntime.t
TerminalServicesrc/node/services/terminalService.ts
MemoryServicesrc/node/services/memoryService.ts
ProjectServicesrc/node/services/projectService.ts
WorkspaceServicesrc/node/services/workspaceService.ts
TaskServicesrc/node/services/taskService.ts
QuickJSRuntimesrc/node/services/ptc/quickjsRuntime.t
TestWorkspacetests/runtime/test-fixtures/test-helpe

Calls

no outgoing calls

Tested by 12

createAgentTaskFunction · 0.52
createTestConnFunction · 0.52
createTestConnFunction · 0.52
createWorkspaceFunction · 0.52
withRuntimeWorkspaceFunction · 0.52