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

Method get_view_by_id

atomic-core/src/record/context.rs:895–897  ·  view source on GitHub ↗
(&self, _id: u64)

Source from the content-addressed store, hash-verified

893
894 impl ViewTxnT for MockTxn {
895 fn get_view_by_id(&self, _id: u64) -> Result<Option<ViewState>, PristineError> {
896 Ok(None)
897 }
898
899 fn get_view(&self, _name: &str) -> Result<Option<ViewState>, PristineError> {
900 Ok(None)

Callers 5

parent_change_countMethod · 0.45
get_view_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected