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

Method max_diff_bytes

core/src/workspace/remote_git.rs:106–109  ·  view source on GitHub ↗
(mut self, bytes: u64)

Source from the content-addressed store, hash-verified

104 }
105
106 pub fn max_diff_bytes(mut self, bytes: u64) -> Self {
107 self.max_diff_bytes = Some(bytes);
108 self
109 }
110
111 pub fn max_log_entries(mut self, n: usize) -> Self {
112 self.max_log_entries = Some(n);

Calls

no outgoing calls

Tested by

no test coverage detected