MCPcopy Create free account
hub / github.com/dfinity/orbit / artifact

Method artifact

core/control-panel/impl/src/models/artifact.rs:84–86  ·  view source on GitHub ↗

Returns the artifact.

(&self)

Source from the content-addressed store, hash-verified

82
83 /// Returns the artifact.
84 pub fn artifact(&self) -> &[u8] {
85 &self.artifact
86 }
87
88 /// Returns the creation timestamp.
89 pub fn created_at(&self) -> Timestamp {

Callers 2

fromMethod · 0.80
to_index_by_sizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected