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

Method state_base32

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

Get the Merkle state as a base32-encoded string.

(&self)

Source from the content-addressed store, hash-verified

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

Callers 4

build_reportFunction · 0.80
stageMethod · 0.80
sealMethod · 0.80

Calls 1

to_base32Method · 0.45

Tested by 1