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

Method current_view

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

Source from the content-addressed store, hash-verified

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

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