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

Method current_view

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

Source from the content-addressed store, hash-verified

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

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