| 54 | } |
| 55 | |
| 56 | type singleCheckout struct { |
| 57 | gitIndexer *gitIndexer |
| 58 | hasWorkTree bool |
| 59 | manifest tq.Manifest |
| 60 | remote string |
| 61 | } |
| 62 | |
| 63 | func (c *singleCheckout) Manifest() tq.Manifest { |
| 64 | if c.manifest == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected