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

Method hash

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

Returns the artifact hash.

(&self)

Source from the content-addressed store, hash-verified

77
78 /// Returns the artifact hash.
79 pub fn hash(&self) -> &[u8] {
80 &self.hash
81 }
82
83 /// Returns the artifact.
84 pub fn artifact(&self) -> &[u8] {

Callers 4

fromMethod · 0.45
createMethod · 0.45
to_index_by_hashMethod · 0.45
dfx_orbit_testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected