MCPcopy Create free account
hub / github.com/dagger/dagger / SDK

Method SDK

sdk/python/runtime/internal/dagger/dagger.gen.go:10947–10953  ·  view source on GitHub ↗

The SDK config used by this module.

()

Source from the content-addressed store, hash-verified

10945
10946// The SDK config used by this module.
10947func (r *Module) SDK() *SDKConfig {
10948 q := r.query.Select("sdk")
10949
10950 return &SDKConfig{
10951 query: q,
10952 }
10953}
10954
10955// ModuleServeOpts contains options for Module.Serve
10956type ModuleServeOpts struct {

Callers 1

LoadMethod · 0.45

Calls 1

SelectMethod · 0.65

Tested by

no test coverage detected