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

Method GetSource

core/module.go:2143–2149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2141}
2142
2143func (mod *userMod) GetSource() *ModuleSource {
2144 self := mod.self()
2145 if self == nil {
2146 return nil
2147 }
2148 return self.GetSource()
2149}
2150
2151func (mod *userMod) ResultCallModule(ctx context.Context) (*dagql.ResultCallModule, error) {
2152 self := mod.self()

Callers 1

installMethod · 0.95

Calls 1

selfMethod · 0.95

Tested by

no test coverage detected