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

Method Type

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

Type types a string of text character-by-character.

(ctx context.Context, text string)

Source from the content-addressed store, hash-verified

57 KeyUp(ctx context.Context, key string) error
58 // Type types a string of text character-by-character.
59 Type(ctx context.Context, text string) error
60
61 // CursorPosition returns the current cursor coordinates.
62 CursorPosition(ctx context.Context) (x, y int, err error)

Callers 2

collectMetricsMethod · 0.65
handleActionMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected