Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ get_view
Method
get_view
atomic-repository/src/record/options.rs:321–323 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
319
/// Get the target view.
320
#[must_use]
321
pub fn get_view(&self) -> Option<&str> {
322
self.view.as_deref()
323
}
324
325
/// Get the change message.
326
#[must_use]
Callers
15
visible_file_paths
Method · 0.45
materialize_sequential
Method · 0.45
materialize_paths_sequential
Method · 0.45
materialize_parallel
Method · 0.45
materialize_prefix
Method · 0.45
create_view
Method · 0.45
create_shared_view
Method · 0.45
set_view_scope
Method · 0.45
nearest_shared_ancestor
Method · 0.45
create_view_from
Method · 0.45
view_exists
Method · 0.45
delete_view
Method · 0.45
Calls
no outgoing calls
Tested by
7
dump_filtered_alive_graph_for_test
Function · 0.36
test_write_recorded_updates_view_state
Function · 0.36
test_write_recorded_with_specific_view
Function · 0.36
test_status_no_untracked_for_files_tracked_on_other_view
Function · 0.36
test_status_foreign_file_not_on_disk_is_invisible
Function · 0.36
test_delete_view
Function · 0.36
test_delete_view_preserves_others
Function · 0.36