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

Method get_change_at_seq

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

Source from the content-addressed store, hash-verified

913 }
914
915 fn get_change_at_seq(
916 &self,
917 _view: &ViewState,
918 _seq: u64,
919 ) -> Result<Option<NodeId>, PristineError> {
920 Ok(None)
921 }
922
923 fn iter_changes(
924 &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