MCPcopy Index your code
hub / github.com/coder/coder / StartProcess

Method StartProcess

codersdk/workspacesdk/agentconn.go:119–119  ·  view source on GitHub ↗
(ctx context.Context, req StartProcessRequest)

Source from the content-addressed store, hash-verified

117 RecreateDevcontainer(ctx context.Context, devcontainerID string) (codersdk.Response, error)
118 SignalProcess(ctx context.Context, id string, signal string) error
119 StartProcess(ctx context.Context, req StartProcessRequest) (StartProcessResponse, error)
120 LS(ctx context.Context, path string, req LSRequest) (LSResponse, error)
121 ResolvePath(ctx context.Context, path string) (string, error)
122 ReadFile(ctx context.Context, path string, offset, limit int64) (io.ReadCloser, string, error)

Callers 6

runForegroundWithOutputFunction · 0.65
executeBackgroundFunction · 0.65
executeForegroundFunction · 0.65
TestExecuteToolFunction · 0.65
TestDetectFileDumpFunction · 0.65

Implementers 3

agentConncodersdk/workspacesdk/agentconn.go
MockAgentConncodersdk/workspacesdk/agentconnmock/ag
MockAgentConnMockRecordercodersdk/workspacesdk/agentconnmock/ag

Calls

no outgoing calls

Tested by 4

runForegroundWithOutputFunction · 0.52
TestExecuteToolFunction · 0.52
TestDetectFileDumpFunction · 0.52