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

Method SetText

internal/model/text.go:22–22  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

20type Textable interface {
21 Peek() []string
22 SetText(string)
23 AddListener(TextListener)
24 RemoveListener(TextListener)
25}

Callers 15

fireSuggestionChangedMethod · 0.65
TestLiveViewSetTextFunction · 0.65
ShowDrainFunction · 0.65
TestLogViewClearFunction · 0.65
makeTreeNodeFunction · 0.65
TextChangedMethod · 0.65
TextFilteredMethod · 0.65
UpdateMethod · 0.65
SetFilterMethod · 0.65
SetLabelSelectorMethod · 0.65
ShowPortForwardsFunction · 0.65
ResourceFailedMethod · 0.65

Implementers 1

Textinternal/model/text.go

Calls

no outgoing calls

Tested by 3

TestLiveViewSetTextFunction · 0.52
TestLogViewClearFunction · 0.52
TestTableViewFilterFunction · 0.52