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

Method get_time

tangle/src/node.rs:175–177  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

173 unimplemented!();
174 }
175 fn get_time(&self) -> Timestamp {
176 unimplemented!();
177 }
178
179 fn create_ports(&self, r: &mut Region) {
180 }

Callers

nothing calls this directly

Implementers 1

node.rstangle/src/node.rs

Calls

no outgoing calls

Tested by

no test coverage detected