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

Method iter_changes

atomic-core/src/record/context.rs:938–947  ·  view source on GitHub ↗
(
            &self,
            _view: &ViewState,
            _from_seq: u64,
        )

Source from the content-addressed store, hash-verified

936 }
937
938 fn iter_changes(
939 &self,
940 _view: &ViewState,
941 _from_seq: u64,
942 ) -> Result<
943 Box<dyn Iterator<Item = Result<(u64, NodeId, Merkle), PristineError>> + '_>,
944 PristineError,
945 > {
946 Ok(Box::new(std::iter::empty()))
947 }
948 }
949
950 // DetectContext Tests

Callers 5

change_hash_candidatesFunction · 0.45
resolve_change_targetFunction · 0.45
resolve_change_refMethod · 0.45
resolve_hash_prefixMethod · 0.45

Calls

no outgoing calls

Tested by 1