Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinity/orbit
/ created_at
Method
created_at
core/control-panel/impl/src/models/artifact.rs:89–91 ·
view source on GitHub ↗
Returns the creation timestamp.
(&self)
Source
from the content-addressed store, hash-verified
87
88
/// Returns the creation timestamp.
89
pub fn created_at(&self) -> Timestamp {
90
self.created_at
91
}
92
93
/// Returns the reference counter.
94
pub fn rc(&self) -> u32 {
Callers
1
from
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected