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

Method build

atomic-core/src/crdt/apply/options.rs:514–516  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

512 /// Builds the configured [`ApplyOptions`].
513 #[inline]
514 pub fn build(self) -> ApplyOptions {
515 self.options
516 }
517}
518
519// Tests

Calls

no outgoing calls