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

Method LS

codersdk/workspacesdk/agentconn.go:120–120  ·  view source on GitHub ↗
(ctx context.Context, path string, req LSRequest)

Source from the content-addressed store, hash-verified

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)
123 ReadFileLines(ctx context.Context, path string, offset, limit int64, limits ReadFileLinesLimits) (ReadFileLinesResponse, error)

Implementers 3

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

Calls

no outgoing calls