MCPcopy Index your code
hub / github.com/dagger/dagger / UseUv

Method UseUv

sdk/python/runtime/extension.go:77–79  ·  view source on GitHub ↗

Check whether to use uv or not

()

Source from the content-addressed store, hash-verified

75
76// Check whether to use uv or not
77func (m *PythonSdk) UseUv() bool {
78 return m.Discovery.UserConfig().UseUv
79}
80
81// Enable the use of uv
82func (m *PythonSdk) WithUv() *PythonSdk {

Callers 5

UseUvLockMethod · 0.95
WithBaseMethod · 0.95
WithUpdatesMethod · 0.95
WithInstallMethod · 0.95
invokeFunction · 0.80

Calls 1

UserConfigMethod · 0.80

Tested by

no test coverage detected