refGrouper is a `sizes.RefGrouper` based on a hierarchy of nested refgroups.
| 281 | // refGrouper is a `sizes.RefGrouper` based on a hierarchy of nested |
| 282 | // refgroups. |
| 283 | type refGrouper struct { |
| 284 | topLevelGroup *refGroup |
| 285 | refGroups []sizes.RefGroup |
| 286 | |
| 287 | // ignoredRefGroup, if set, is the reference group for |
| 288 | // tallying references that don't match at all. |
| 289 | ignoredRefGroup *sizes.RefGroup |
| 290 | } |
| 291 | |
| 292 | // fillInTree processes the refgroups in the tree rooted at `rg`, |
| 293 | // setting default names where they are missing, verifying that they |
nothing calls this directly
no outgoing calls
no test coverage detected