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

Function GetFilterIndex

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

Source from the content-addressed store, hash-verified

174var filter_helper = NewFilterHelper()
175
176func GetFilterIndex(filter string) uint32 {
177 return filter_helper.GetFilterIndex(filter)
178}
179
180func AddFilter(filter string) uint32 {
181 return filter_helper.AddFilter(filter)

Callers 1

ParseArgTypeMethod · 0.85

Calls 1

GetFilterIndexMethod · 0.80

Tested by

no test coverage detected