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

Method ReadAll

cli.go:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26type Clipboard interface {
27 ReadAll() (string, error)
28 WriteAll(text string) error
29}
30

Callers 7

TestHelpFunction · 0.65
isWSLFunction · 0.65
TestSetupFunction · 0.65
TestServiceEnvFunction · 0.65
TestUpgradeFunction · 0.65
ReadFileMethod · 0.65
ReadAllMethod · 0.65

Implementers 1

systemclipboard/clipboard.go

Calls

no outgoing calls

Tested by 4

TestHelpFunction · 0.52
TestSetupFunction · 0.52
TestServiceEnvFunction · 0.52
TestUpgradeFunction · 0.52