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

Method push

atomic-core/src/output/alive/order.rs:200–202  ·  view source on GitHub ↗

Push an element onto the path.

(&mut self, element: PathElement)

Source from the content-addressed store, hash-verified

198
199 /// Push an element onto the path.
200 pub fn push(&mut self, element: PathElement) {
201 self.elements.push(element);
202 }
203
204 /// Check if the path is empty.
205 pub fn is_empty(&self) -> bool {

Callers 15

add_tokenMethod · 0.45
add_lineMethod · 0.45
get_file_lines_by_trunkFunction · 0.45
test_writer_inner_mutFunction · 0.45
mark_non_writableMethod · 0.45
ensure_directoriesMethod · 0.45
push_vertexMethod · 0.45
push_childMethod · 0.45
push_child_to_lastMethod · 0.45
add_extra_childMethod · 0.45
tarjan_visitFunction · 0.45
build_conflict_treeFunction · 0.45

Calls

no outgoing calls