Categorize tells whether `refname` should be walked at all, and if so, the symbols of the reference groups to which it belongs.
(refname string)
| 42 | // and if so, the symbols of the reference groups to which it |
| 43 | // belongs. |
| 44 | Categorize(refname string) (bool, []RefGroupSymbol) |
| 45 | |
| 46 | // Groups returns the list of `ReferenceGroup`s, in the order |
| 47 | // that they should be presented. The return value might |
no outgoing calls
no test coverage detected