MCPcopy Create free account
hub / github.com/ProvableHQ/sdk / to_string

Method to_string

wasm/src/programs/execution.rs:54–56  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

52 #[wasm_bindgen(js_name = "toString")]
53 #[allow(clippy::inherent_to_string)]
54 pub fn to_string(&self) -> String {
55 self.0.to_string()
56 }
57
58 /// Creates an execution object from a string representation of an execution.
59 ///

Callers 5

from_stringMethod · 0.45
global_state_rootMethod · 0.45
proofMethod · 0.45
parse_field_inputsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected