MCPcopy
hub / github.com/dagger/dagger / UvVersion

Method UvVersion

sdk/python/runtime/extension.go:94–96  ·  view source on GitHub ↗

Version to use for uv

()

Source from the content-addressed store, hash-verified

92
93// Version to use for uv
94func (m *PythonSdk) UvVersion() string {
95 return m.Discovery.UserConfig().UvVersion
96}
97
98// Uv's default index URL setting
99func (m *PythonSdk) IndexURL() string {

Callers 1

invokeFunction · 0.80

Calls 1

UserConfigMethod · 0.80

Tested by

no test coverage detected