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

Method Next

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

Source from the content-addressed store, hash-verified

172}
173
174func (t *terminalSizeQueue) Next() *remotecommand.TerminalSize {
175 size, ok := <-t.resizeChan
176 if !ok {
177 return nil
178 }
179 return &size
180}

Callers 4

untarAllFunction · 0.80
untarFunction · 0.80
untarNextMethod · 0.80
untarNextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected