MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / if_modified_since

Method if_modified_since

atomic-core/src/output/repo/options.rs:203–206  ·  view source on GitHub ↗
(mut self, time: Option<SystemTime>)

Source from the content-addressed store, hash-verified

201 /// ```
202 #[must_use]
203 pub fn if_modified_since(mut self, time: Option<SystemTime>) -> Self {
204 self.if_modified_since = time;
205 self
206 }
207
208 /// Set the path prefix filter.
209 ///

Calls

no outgoing calls