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

Method WriteAll

cli.go:28–28  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

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

Callers 5

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