We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca4796 commit ab5cc98Copy full SHA for ab5cc98
1 file changed
filter.go
@@ -89,10 +89,6 @@ type Symbol interface {
89
SymbolType() SymbolType
90
}
91
92
-// SymbolFilterFn returns true if a symbol should be included according to its
93
-// logic, or false if it should be excluded.
94
-type SymbolFilterFn func(Symbol) bool
95
-
96
// SymbolFilter filters symbols by different conditions.
97
type SymbolFilter interface {
98
// Include should return true if symbol should be included according to
0 commit comments