Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
func
(gc *GenericCommand) Feed(r io.Reader) {
131
gc.cmd.Feed(r)
132
}
133
134
func
(gc *GenericCommand) Setenv(key, value string) {
135
gc.cmd.Env[key] = value
Callers
nothing calls this directly
Calls
1
Feed
Method · 0.65
Tested by
no test coverage detected