Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2087
func
(mod *userMod) self() *Module {
2088
if
mod == nil {
2089
return
nil
2090
}
2091
return
mod.res.Self()
2092
}
2093
2094
func
(mod *userMod) Name() string {
2095
if
self := mod.self(); self != nil {
Callers
10
Name
Method · 0.95
View
Method · 0.95
TypeDefs
Method · 0.95
GetSource
Method · 0.95
ResultCallModule
Method · 0.95
install
Method · 0.95
modTypeFor
Method · 0.95
modTypeForObject
Method · 0.95
modTypeForInterface
Method · 0.95
modTypeForEnum
Method · 0.95
Calls
1
Self
Method · 0.80
Tested by
no test coverage detected