| 180 | } |
| 181 | |
| 182 | type gitSourceContext struct { |
| 183 | Root string |
| 184 | Path string |
| 185 | Version string |
| 186 | Pin string |
| 187 | } |
| 188 | |
| 189 | func (src gitSourceContext) ModRef(subpath string) string { |
| 190 | if subpath == "" { |
nothing calls this directly
no outgoing calls
no test coverage detected