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

Method Resize

pkg/consoleutil/consoleutil.go:39–39  ·  view source on GitHub ↗
(ctx context.Context, w, h uint32)

Source from the content-addressed store, hash-verified

37// resizer is from https://github.com/containerd/containerd/blob/v1.7.0-rc.2/cmd/ctr/commands/tasks/tasks.go#L25-L27
38type resizer interface {
39 Resize(ctx context.Context, w, h uint32) error
40}

Callers 2

HandleConsoleResizeFunction · 0.80
HandleConsoleResizeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected