MCPcopy Create free account
hub / github.com/argumentcomputer/ix / hex

Method hex

crates/common/src/address.rs:31–33  ·  view source on GitHub ↗

Returns the address as a lowercase hexadecimal string.

(&self)

Source from the content-addressed store, hash-verified

29 }
30 /// Returns the address as a lowercase hexadecimal string.
31 pub fn hex(&self) -> String {
32 self.hash.to_hex().as_str().to_owned()
33 }
34 /// Returns the raw 32-byte digest.
35 pub fn as_bytes(&self) -> &[u8; 32] {
36 self.hash.as_bytes()

Callers 11

decompile_block_aux_genFunction · 0.80
store_pathMethod · 0.80
build_anon_result_arrayFunction · 0.80
to_unique_nameMethod · 0.80
muts_nameMethod · 0.80
from_addrs_withMethod · 0.80
find_duplicatesFunction · 0.80
meta_fmtMethod · 0.80
fmtMethod · 0.80
display_unknown_constFunction · 0.80
canonical_aux_orderMethod · 0.80

Calls

no outgoing calls

Tested by 1

display_unknown_constFunction · 0.64