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

Method iter_changes

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

Source from the content-addressed store, hash-verified

921 }
922
923 fn iter_changes(
924 &self,
925 _view: &ViewState,
926 _from_seq: u64,
927 ) -> Result<
928 Box<dyn Iterator<Item = Result<(u64, NodeId, Merkle), PristineError>> + '_>,
929 PristineError,
930 > {
931 Ok(Box::new(std::iter::empty()))
932 }
933 }
934
935 // DetectContext Tests

Callers 2

resolve_change_refMethod · 0.45
resolve_hash_prefixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected