Funcs is a shorthand for &d.DeferredFuncs. The returned value can safely be passed to external code, allowing to defer init funcs without also exposing [DeferredInit.Do].
()
| 99 | // The returned value can safely be passed to external code, |
| 100 | // allowing to defer init funcs without also exposing [DeferredInit.Do]. |
| 101 | func (d *DeferredInit) Funcs() *DeferredFuncs { |
| 102 | return &d.DeferredFuncs |
| 103 | } |
no outgoing calls