Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
78
export
interface
IJSRuntimeFactory {
79
create(): Promise<IJSRuntime>;
80
}
Callers
15
ProjectCreateModal.tsx
File · 0.65
createTerminalSession
Function · 0.65
createNewWorkspace
Function · 0.65
useCreationWorkspace
Function · 0.65
runSampleQuery
Function · 0.65
WorkspaceProvider
Function · 0.65
initializeProjectDirect
Function · 0.65
cloneToolPreservingDescriptors
Function · 0.65
workspaceService.test.ts
File · 0.65
terminalService.test.ts
File · 0.65
createAgentTask
Function · 0.65
createWorkspaceTurn
Method · 0.65
Implementers
8
QuickJSRuntimeFactory
src/node/services/ptc/quickjsRuntime.t
TerminalService
src/node/services/terminalService.ts
MemoryService
src/node/services/memoryService.ts
ProjectService
src/node/services/projectService.ts
WorkspaceService
src/node/services/workspaceService.ts
TaskService
src/node/services/taskService.ts
QuickJSRuntime
src/node/services/ptc/quickjsRuntime.t
TestWorkspace
tests/runtime/test-fixtures/test-helpe
Calls
no outgoing calls
Tested by
12
createAgentTask
Function · 0.52
stubCommonStreamMessageDependencies
Function · 0.52
createTestConn
Function · 0.52
createTestConn
Function · 0.52
createWorkspace
Function · 0.52
createNonSelectedWorkspace
Function · 0.52
createBestOfChildWorkspace
Function · 0.52
renderBestOfParentWorkspace
Function · 0.52
renderCompletedBestOfParentWorkspace
Function · 0.52
renderPartiallySpawnedBestOfParentWorkspace
Function · 0.52
withRuntimeWorkspace
Function · 0.52
createWorkspaceWithCleanup
Function · 0.52