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

Method current_view

atomic-repository/src/repository/mod.rs:589–591  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

587 /// Get the current view name.
588 #[inline]
589 pub fn current_view(&self) -> &str {
590 &self.current_view
591 }
592
593 /// Whether this handle was opened for an agent sandbox.
594 ///

Callers 15

runMethod · 0.80
runMethod · 0.80
run_pushMethod · 0.80
runMethod · 0.80
run_single_insertFunction · 0.80
run_promote_to_parentFunction · 0.80
run_view_insertFunction · 0.80
run_tagFunction · 0.80
run_change_insertFunction · 0.80
run_previewFunction · 0.80
resolve_referenceMethod · 0.80
display_dry_runMethod · 0.80

Calls

no outgoing calls