MCPcopy
hub / github.com/github/git-sizer / refGrouper

Struct refGrouper

internal/refopts/ref_group_builder.go:283–290  ·  view source on GitHub ↗

refGrouper is a `sizes.RefGrouper` based on a hierarchy of nested refgroups.

Source from the content-addressed store, hash-verified

281// refGrouper is a `sizes.RefGrouper` based on a hierarchy of nested
282// refgroups.
283type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected