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