(context.Context, func(string) error)
| 930 | // cause reading of unneeded metadata. |
| 931 | type statusWalker interface { |
| 932 | WalkStatusRefs(context.Context, func(string) error) error |
| 933 | } |
| 934 | if w, ok := cs.Store.(statusWalker); ok { |
| 935 | err = w.WalkStatusRefs(ctx, func(ref string) error { |
no outgoing calls
no test coverage detected