MCPcopy Create free account
hub / github.com/AI45Lab/Code / max_log_entries

Method max_log_entries

core/src/workspace/remote_git.rs:111–114  ·  view source on GitHub ↗
(mut self, n: usize)

Source from the content-addressed store, hash-verified

109 }
110
111 pub fn max_log_entries(mut self, n: usize) -> Self {
112 self.max_log_entries = Some(n);
113 self
114 }
115
116 pub fn client_cert_pem(mut self, path: impl Into<PathBuf>) -> Self {
117 self.client_cert_pem = Some(path.into());

Callers 3

to_coreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected