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

Method get_change_at_seq

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

Source from the content-addressed store, hash-verified

928 }
929
930 fn get_change_at_seq(
931 &self,
932 _view: &ViewState,
933 _seq: u64,
934 ) -> Result<Option<NodeId>, PristineError> {
935 Ok(None)
936 }
937
938 fn iter_changes(
939 &self,

Callers 6

get_last_changeFunction · 0.45
create_tagMethod · 0.45
get_change_at_sequenceFunction · 0.45
history_summaryFunction · 0.45
get_change_at_sequenceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected