MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / state_base32

Method state_base32

atomic-repository/src/repository/views.rs:23–25  ·  view source on GitHub ↗

Get the Merkle state as a base32-encoded string.

(&self)

Source from the content-addressed store, hash-verified

21impl ViewInfo {
22 /// Get the Merkle state as a base32-encoded string.
23 pub fn state_base32(&self) -> String {
24 self.state.to_base32()
25 }
26
27 /// Get a short version of the Merkle state (first 12 characters).
28 pub fn state_short(&self) -> String {

Callers 3

stageMethod · 0.80
sealMethod · 0.80

Calls 1

to_base32Method · 0.45

Tested by 1