Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_tier
Method · 0.45
test_delete_existing_view
Function · 0.45
test_delete_with_force_integration
Function · 0.45
find_sequence_for_hash
Method · 0.45
resolve_sequence
Method · 0.45
get_latest_change
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_delete_existing_view
Function · 0.36
test_delete_with_force_integration
Function · 0.36