MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / GetFilterIndex

Method GetFilterIndex

user/config/config_filter.go:93–96  ·  view source on GitHub ↗
(filter string)

Source from the content-addressed store, hash-verified

91}
92
93func (this *FilterHelper) GetFilterIndex(filter string) uint32 {
94 arg_filter := this.GetFilterByName(filter)
95 return arg_filter.Filter_index
96}
97
98func (this *FilterHelper) AddFilter(filter string) uint32 {
99 for _, f := range this.filters {

Callers 1

GetFilterIndexFunction · 0.80

Calls 1

GetFilterByNameMethod · 0.95

Tested by

no test coverage detected