Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chc4/lineiform
/ get_time
Method
get_time
tangle/src/node.rs:214–216 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
212
self.time = time;
213
}
214
fn get_time(&self) -> Timestamp {
215
self.time
216
}
217
218
pub fn sinks(&self) -> Vec<PortIdx> {
219
self.outputs.clone()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected