Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
func
(f *FileInput) Hide() {
49
f.widget.Blur()
50
f.visible = false
51
}
52
53
func
(f *FileInput) IsVisible() bool {
54
return
f.visible
Callers
3
Update
Method · 0.95
blurAllPrompts
Method · 0.80
Update
Method · 0.80
Calls
1
Blur
Method · 0.80
Tested by
no test coverage detected