MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / DeepMerge

Interface DeepMerge

crates/opencode-config/src/schema.rs:673–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671}
672
673trait DeepMerge {
674 fn deep_merge(&mut self, other: Self);
675}
676
677fn merge_option_replace<T>(target: &mut Option<T>, source: Option<T>) {
678 if let Some(value) = source {

Callers

nothing calls this directly

Implementers 1

schema.rscrates/opencode-config/src/schema.rs

Calls

no outgoing calls

Tested by

no test coverage detected