MCPcopy
hub / github.com/derailed/k9s / BufferCompleted

Method BufferCompleted

internal/view/live_view.go:136–138  ·  view source on GitHub ↗

BufferCompleted indicates input was accepted.

(text, _ string)

Source from the content-addressed store, hash-verified

134
135// BufferCompleted indicates input was accepted.
136func (v *LiveView) BufferCompleted(text, _ string) {
137 v.model.Filter(text)
138}
139
140// BufferActive indicates the buff activity changed.
141func (v *LiveView) BufferActive(state bool, k model.BufferKind) {

Callers

nothing calls this directly

Calls 1

FilterMethod · 0.65

Tested by

no test coverage detected