MCPcopy
hub / github.com/gdamore/tcell / EventClipboard

Struct EventClipboard

paste.go:58–61  ·  view source on GitHub ↗

EventClipboard represents data from the clipboard, in response to a GetClipboard request.

Source from the content-addressed store, hash-verified

56// EventClipboard represents data from the clipboard,
57// in response to a GetClipboard request.
58type EventClipboard struct {
59 t time.Time
60 data []byte
61}
62
63// Data returns the attached binary data.
64func (ev *EventClipboard) Data() []byte {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected