MCPcopy
hub / github.com/perkeep/perkeep / putCmd

Struct putCmd

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected