| 11 | var _ graph.LabelResolver = &labelResolver{} |
| 12 | |
| 13 | type labelResolver struct{} |
| 14 | |
| 15 | func (labelResolver) Name(ctx context.Context, obj *common.Label) (string, error) { |
| 16 | return obj.String(), nil |
nothing calls this directly
no outgoing calls
no test coverage detected