()
| 117 | } |
| 118 | |
| 119 | func (d *Discovery) UvConfig() *UvConfig { |
| 120 | return &d.Config.Tool.Uv |
| 121 | } |
| 122 | |
| 123 | // HasFile returns true if the file exists in the original module's source directory. |
| 124 | func (d *Discovery) HasFile(name string) bool { |
no outgoing calls
no test coverage detected