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

Class ApplyOptionsBuilder

atomic-core/src/crdt/apply/options.rs:403–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401/// ```
402#[derive(Debug, Clone)]
403pub struct ApplyOptionsBuilder {
404 options: ApplyOptions,
405}
406
407impl Default for ApplyOptionsBuilder {
408 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected