We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4dc5b4 commit b3c0de0Copy full SHA for b3c0de0
1 file changed
src/mcp/executors/git.rs
@@ -360,6 +360,7 @@ impl GitExecutor {
360
}
361
362
/// Check if executor has credentials configured
363
+ #[allow(dead_code)]
364
fn has_credentials(&self) -> bool {
365
self.username.is_some()
366
|| self.password.is_some()
0 commit comments