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

Method fullname

core/control-panel/impl/src/models/registry_entry.rs:202–204  ·  view source on GitHub ↗

Returns the full name of the entry, which is the namespace and the name separated by a `/`.

(&self)

Source from the content-addressed store, hash-verified

200
201 /// Returns the full name of the entry, which is the namespace and the name separated by a `/`.
202 pub fn fullname(&self) -> String {
203 format!("{}{}/{}", Self::NAMESPACE_PREFIX, self.namespace, self.name)
204 }
205
206 pub fn to_kind(&self) -> RegistryValueKind {
207 match &self.value {

Callers 7

fromMethod · 0.80
test_duplicate_entryFunction · 0.80
test_latest_tagFunction · 0.80
validate_uniquenessFunction · 0.80
validate_is_of_same_kindFunction · 0.80
to_index_by_fullnameMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_duplicate_entryFunction · 0.64
test_latest_tagFunction · 0.64