MCPcopy
hub / github.com/opencontainers/runc / resize

Method resize

tty.go:189–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187}
188
189func (t *tty) resize() error {
190 if t.console == nil || t.hostConsole == nil {
191 return nil
192 }
193 return t.console.ResizeFrom(t.hostConsole)
194}

Callers 1

forwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected