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

Method Name

core/module.go:2094–2099  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2092}
2093
2094func (mod *userMod) Name() string {
2095 if self := mod.self(); self != nil {
2096 return self.Name()
2097 }
2098 return ""
2099}
2100
2101func (mod *userMod) Same(other Mod) (bool, error) {
2102 otherUser, ok := other.(*userMod)

Callers 7

SameMethod · 0.95
ResultCallModuleMethod · 0.95
installMethod · 0.95
modTypeForMethod · 0.95
modTypeForObjectMethod · 0.95
modTypeForInterfaceMethod · 0.95
modTypeForEnumMethod · 0.95

Calls 1

selfMethod · 0.95

Tested by

no test coverage detected