MCPcopy Index your code
hub / github.com/AI45Lab/Code / client_key_pem

Method client_key_pem

core/src/workspace/remote_git.rs:121–124  ·  view source on GitHub ↗
(mut self, path: impl Into<PathBuf>)

Source from the content-addressed store, hash-verified

119 }
120
121 pub fn client_key_pem(mut self, path: impl Into<PathBuf>) -> Self {
122 self.client_key_pem = Some(path.into());
123 self
124 }
125}
126
127/// Error returned for HTTP 409 / 422 responses that carry a recoverable

Calls

no outgoing calls