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

Method set_time

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

Source from the content-addressed store, hash-verified

170
171pub trait NodeBehavior: core::fmt::Debug + core::any::Any {
172 fn set_time(&mut self, time: Timestamp) {
173 unimplemented!();
174 }
175 fn get_time(&self) -> Timestamp {
176 unimplemented!();
177 }

Callers

nothing calls this directly

Implementers 1

node.rstangle/src/node.rs

Calls

no outgoing calls

Tested by

no test coverage detected