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

Method get_view

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

Source from the content-addressed store, hash-verified

360 /// Get the target view.
361 #[must_use]
362 pub fn get_view(&self) -> Option<&str> {
363 self.view.as_deref()
364 }
365
366 /// Get the change message.
367 #[must_use]

Callers 15

view_set_idMethod · 0.45
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

Calls

no outgoing calls