StashApplyProgress are flags describing the progress of the apply operation.
| 85 | |
| 86 | // StashApplyProgress are flags describing the progress of the apply operation. |
| 87 | type StashApplyProgress int |
| 88 | |
| 89 | const ( |
| 90 | // StashApplyProgressNone means loading the stashed data from the object store. |
no outgoing calls
no test coverage detected