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

Method ExtraIndexURL

sdk/python/runtime/extension.go:112–122  ·  view source on GitHub ↗

Uv's "extra-index-url" setting

()

Source from the content-addressed store, hash-verified

110
111// Uv's "extra-index-url" setting
112func (m *PythonSdk) ExtraIndexURL() string {
113 for _, cfg := range m.Discovery.UvConfig().Index {
114 if cfg.Name != "" {
115 continue
116 }
117 if !cfg.Default {
118 return cfg.URL
119 }
120 }
121 return ""
122}

Callers 2

WithBaseMethod · 0.95
invokeFunction · 0.80

Calls 1

UvConfigMethod · 0.80

Tested by

no test coverage detected