MCPcopy Create free account
hub / github.com/anchordotdev/cli / Clipboard

Interface Clipboard

cli.go:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type Clipboard interface {
27 ReadAll() (string, error)
28 WriteAll(text string) error
29}
30
31var Executable string
32

Callers 12

TestHelpFunction · 0.65
isWSLFunction · 0.65
TestSetupFunction · 0.65
TestServiceEnvFunction · 0.65
TestUpgradeFunction · 0.65
ReadFileMethod · 0.65
ReadAllMethod · 0.65
RunTUIMethod · 0.65
exportMethodMethod · 0.65
dotenvMethodMethod · 0.65
runTUIMethod · 0.65
WriteAllMethod · 0.65

Implementers 1

systemclipboard/clipboard.go

Calls

no outgoing calls

Tested by

no test coverage detected