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

Method get_view

atomic-repository/src/record/options.rs:342–344  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

340 /// Get the target view.
341 #[must_use]
342 pub fn get_view(&self) -> Option<&str> {
343 self.view.as_deref()
344 }
345
346 /// Get the change message.
347 #[must_use]

Callers 15

visible_file_pathsMethod · 0.45
materialize_parallelMethod · 0.45
materialize_prefixMethod · 0.45
create_viewMethod · 0.45
create_shared_viewMethod · 0.45
set_view_scopeMethod · 0.45
create_view_fromMethod · 0.45
view_existsMethod · 0.45
delete_viewMethod · 0.45

Calls

no outgoing calls