MCPcopy 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_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