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

Method get_view

atomic-core/src/record/context.rs:899–901  ·  view source on GitHub ↗
(&self, _name: &str)

Source from the content-addressed store, hash-verified

897 }
898
899 fn get_view(&self, _name: &str) -> Result<Option<ViewState>, PristineError> {
900 Ok(None)
901 }
902
903 fn list_views(&self) -> Result<Vec<String>, PristineError> {
904 Ok(Vec::new())

Callers 6

run_two_tierMethod · 0.45
resolve_sequenceMethod · 0.45
get_latest_changeMethod · 0.45

Calls

no outgoing calls

Tested by 2