GetUserSigningKey returns the key id the user has configured for sigining git artifacts.
()
| 150 | // GetUserSigningKey returns the key id the user has configured for |
| 151 | // sigining git artifacts. |
| 152 | GetUserSigningKey() (string, error) |
| 153 | |
| 154 | // GetCoreEditor returns the name of the editor that the user has used to configure git. |
| 155 | GetCoreEditor() (string, error) |
no outgoing calls
no test coverage detected