MCPcopy
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
74func (v *FileTree) SetFilterRegex(filterRegex *regexp.Regexp) {
75 v.filterRegex = filterRegex
76}
77
78func (v *FileTree) Name() string {
79 return v.name

Callers 2

onFilterEditMethod · 0.80
ToggleFilterViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected