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

Method get_change_seq

atomic-core/src/record/context.rs:922–928  ·  view source on GitHub ↗
(
            &self,
            _view: &ViewState,
            _change_id: NodeId,
        )

Source from the content-addressed store, hash-verified

920 }
921
922 fn get_change_seq(
923 &self,
924 _view: &ViewState,
925 _change_id: NodeId,
926 ) -> Result<Option<u64>, PristineError> {
927 Ok(None)
928 }
929
930 fn get_change_at_seq(
931 &self,

Callers 7

is_change_on_viewFunction · 0.45
check_can_unrecordFunction · 0.45
find_unrecord_setFunction · 0.45
insert_change_recMethod · 0.45
filter_missing_in_viewFunction · 0.45
find_change_sequenceFunction · 0.45
find_change_sequenceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected