RemoteCreateOptionsFlag is Remote creation options flags
| 23 | |
| 24 | // RemoteCreateOptionsFlag is Remote creation options flags |
| 25 | type RemoteCreateOptionsFlag uint |
| 26 | |
| 27 | const ( |
| 28 | // Ignore the repository apply.insteadOf configuration |
no outgoing calls
no test coverage detected