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

Method set_path

atomic-core/src/crdt/trunk.rs:233–235  ·  view source on GitHub ↗

Sets the trunk's path (for move operations).

(&mut self, path: String)

Source from the content-addressed store, hash-verified

231
232 /// Sets the trunk's path (for move operations).
233 pub fn set_path(&mut self, path: String) {
234 self.path = path;
235 }
236
237 /// Sets the trunk's encoding.
238 pub fn set_encoding(&mut self, encoding: Option<Encoding>) {

Callers 4

test_trunk_set_pathFunction · 0.80
update_trunk_pathMethod · 0.80
update_trunk_pathMethod · 0.80
update_trunk_pathMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_trunk_set_pathFunction · 0.64
update_trunk_pathMethod · 0.64