MCPcopy Create free account
hub / github.com/atomicgo/cursor / Writer

Interface Writer

utils.go:16–19  ·  view source on GitHub ↗

Writer is an expanded io.Writer interface with a file descriptor.

Source from the content-addressed store, hash-verified

14
15// Writer is an expanded io.Writer interface with a file descriptor.
16type Writer interface {
17 io.Writer
18 Fd() uintptr
19}
20
21// SetTarget sets to output target of the default curser to the
22// provided cursor.Writer (wrapping io.Writer).

Callers 6

moveMethod · 0.80
HorizontalAbsoluteMethod · 0.80
ShowMethod · 0.80
HideMethod · 0.80
ClearLineMethod · 0.80
ClearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…