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

Method id

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

Returns the artifact id.

(&self)

Source from the content-addressed store, hash-verified

72
73 /// Returns the artifact id.
74 pub fn id(&self) -> &ArtifactId {
75 &self.id
76 }
77
78 /// Returns the artifact hash.
79 pub fn hash(&self) -> &[u8] {

Callers 11

fromMethod · 0.80
createMethod · 0.80
check_crud_operationsFunction · 0.80
test_find_by_hashFunction · 0.80
test_find_by_size_lteFunction · 0.80
validateMethod · 0.80
to_index_by_hashMethod · 0.80
to_index_by_sizeMethod · 0.80

Calls

no outgoing calls