Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
type
Clipboard
interface
{
27
ReadAll() (string, error)
28
WriteAll(text string) error
29
}
30
31
var
Executable string
32
Callers
12
TestHelp
Function · 0.65
isWSL
Function · 0.65
TestSetup
Function · 0.65
TestServiceEnv
Function · 0.65
TestUpgrade
Function · 0.65
ReadFile
Method · 0.65
ReadAll
Method · 0.65
RunTUI
Method · 0.65
exportMethod
Method · 0.65
dotenvMethod
Method · 0.65
runTUI
Method · 0.65
WriteAll
Method · 0.65
Implementers
1
system
clipboard/clipboard.go
Calls
no outgoing calls
Tested by
no test coverage detected