| 14 | ) |
| 15 | |
| 16 | type defaultPopulator struct { |
| 17 | mutex sync.Mutex |
| 18 | invoker *dig.Container |
| 19 | } |
| 20 | |
| 21 | // Populate sets targets with values from the dependency injection container |
| 22 | // during application initialization. All targets must be pointers to the |
nothing calls this directly
no outgoing calls
no test coverage detected