StashApplyProgressCallback is the apply operation notification callback.
func(progress StashApplyProgress) error
| 114 | |
| 115 | // StashApplyProgressCallback is the apply operation notification callback. |
| 116 | type StashApplyProgressCallback func(progress StashApplyProgress) error |
| 117 | type stashApplyProgressCallbackData struct { |
| 118 | callback StashApplyProgressCallback |
| 119 | errorTarget *error |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…