Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wagoodman/dive
/ SetFilterRegex
Method
SetFilterRegex
runtime/ui/view/filetree.go:74–76 ·
view source on GitHub ↗
(filterRegex *regexp.Regexp)
Source
from the content-addressed store, hash-verified
72
}
73
74
func
(v *FileTree) SetFilterRegex(filterRegex *regexp.Regexp) {
75
v.filterRegex = filterRegex
76
}
77
78
func
(v *FileTree) Name() string {
79
return
v.name
Callers
2
onFilterEdit
Method · 0.80
ToggleFilterView
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected