MCPcopy
hub / github.com/perkeep/perkeep / getCmd

Struct getCmd

cmd/pk/get.go:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type getCmd struct {
27 binName string // the executable that is actually called, i.e. "pk-get".
28}
29
30func init() {
31 cmdmain.RegisterCommand("get", func(flags *flag.FlagSet) cmdmain.CommandRunner {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected