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

Method self

core/module.go:2087–2092  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2085}
2086
2087func (mod *userMod) self() *Module {
2088 if mod == nil {
2089 return nil
2090 }
2091 return mod.res.Self()
2092}
2093
2094func (mod *userMod) Name() string {
2095 if self := mod.self(); self != nil {

Callers 10

NameMethod · 0.95
ViewMethod · 0.95
TypeDefsMethod · 0.95
GetSourceMethod · 0.95
ResultCallModuleMethod · 0.95
installMethod · 0.95
modTypeForMethod · 0.95
modTypeForObjectMethod · 0.95
modTypeForInterfaceMethod · 0.95
modTypeForEnumMethod · 0.95

Calls 1

SelfMethod · 0.80

Tested by

no test coverage detected