StashApplyFlag are flags that affect the stash apply operation.
| 73 | |
| 74 | // StashApplyFlag are flags that affect the stash apply operation. |
| 75 | type StashApplyFlag int |
| 76 | |
| 77 | const ( |
| 78 | // StashApplyDefault is the default. |
no outgoing calls
no test coverage detected