Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/fx
/ lifecycleWrapper
Struct
lifecycleWrapper
lifecycle.go:136–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
type
lifecycleWrapper
struct
{
137
*lifecycle.Lifecycle
138
}
139
140
func
(l *lifecycleWrapper) Append(h Hook) {
141
l.Lifecycle.Append(lifecycle.Hook{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected