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

Method Start

agent/x/agentdesktop/desktop.go:17–17  ·  view source on GitHub ↗

Start launches the desktop session. It is idempotent — calling Start on an already-running session returns the existing config. The returned DisplayConfig describes the running session.

(ctx context.Context)

Source from the content-addressed store, hash-verified

15 // config. The returned DisplayConfig describes the running
16 // session.
17 Start(ctx context.Context) (DisplayConfig, error)
18
19 // VNCConn dials the desktop's VNC server and returns a raw
20 // net.Conn carrying RFB binary frames. Each call returns a new

Callers 15

acquireAndRunOneMethod · 0.65
startTraceMethod · 0.65
TestAgentScriptFunction · 0.65
startTempPostgresSetURLFunction · 0.65
TestProcGroupProcessExitFunction · 0.65
StartMethod · 0.65
developFunction · 0.65
startServerFunction · 0.65
startServerDebugFunction · 0.65
setupMultiOrgFunction · 0.65
setupWorkspaceProxyFunction · 0.65

Implementers 2

fakeDesktopagent/x/agentdesktop/api_test.go
portableDesktopagent/x/agentdesktop/portabledesktop.g

Calls

no outgoing calls