MCPcopy Create free account
hub / github.com/containerd/nerdctl / Feed

Method Feed

mod/tigron/test/command.go:130–132  ·  view source on GitHub ↗
(r io.Reader)

Source from the content-addressed store, hash-verified

128}
129
130func (gc *GenericCommand) Feed(r io.Reader) {
131 gc.cmd.Feed(r)
132}
133
134func (gc *GenericCommand) Setenv(key, value string) {
135 gc.cmd.Env[key] = value

Callers

nothing calls this directly

Calls 1

FeedMethod · 0.65

Tested by

no test coverage detected