Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
from
Method · 0.45
create
Method · 0.45
to_index_by_hash
Method · 0.45
dfx_orbit_test
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected