MCPcopy Index your code
hub / github.com/devspace-sh/devspace / newTerminalSizeQueue

Function newTerminalSizeQueue

pkg/devspace/server/enter.go:154–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152}
153
154func newTerminalSizeQueue() TerminalResizeQueue {
155 return &terminalSizeQueue{
156 resizeChan: make(chan remotecommand.TerminalSize, 1),
157 }
158}
159
160type terminalSizeQueue struct {
161 resizeChan chan remotecommand.TerminalSize

Callers 1

enterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected