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

Method GetSource

core/module.go:183–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181}
182
183func (mod *Module) GetSource() *ModuleSource {
184 if !mod.Source.Valid {
185 return nil
186 }
187 return mod.Source.Value.Self()
188}
189
190// The "context source" is the module used as the execution context for the module.
191// Usually it's simply the module source itself. But when using blueprints or

Callers 1

UserDefaultsMethod · 0.95

Calls 1

SelfMethod · 0.80

Tested by

no test coverage detected