MCPcopy Create free account
hub / github.com/chc4/lineiform / set_time

Method set_time

tangle/src/node.rs:211–213  ·  view source on GitHub ↗
(&mut self, time: Timestamp)

Source from the content-addressed store, hash-verified

209 }
210
211 fn set_time(&mut self, time: Timestamp) {
212 self.time = time;
213 }
214 fn get_time(&self) -> Timestamp {
215 self.time
216 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected