MCPcopy Create free account
hub / github.com/1buran/rHttp / Hide

Method Hide

fileinput.go:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func (f *FileInput) Hide() {
49 f.widget.Blur()
50 f.visible = false
51}
52
53func (f *FileInput) IsVisible() bool {
54 return f.visible

Callers 3

UpdateMethod · 0.95
blurAllPromptsMethod · 0.80
UpdateMethod · 0.80

Calls 1

BlurMethod · 0.80

Tested by

no test coverage detected