UserConfig is the configuration the user can set in pyproject.toml, under the "tool.dagger" table.
()
| 113 | // UserConfig is the configuration the user can set in pyproject.toml, under |
| 114 | // the "tool.dagger" table. |
| 115 | func (d *Discovery) UserConfig() *UserConfig { |
| 116 | return &d.Config.Tool.Dagger |
| 117 | } |
| 118 | |
| 119 | func (d *Discovery) UvConfig() *UvConfig { |
| 120 | return &d.Config.Tool.Uv |
no outgoing calls
no test coverage detected