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

Method to_string

wasm/src/programs/program.rs:51–53  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

49 #[wasm_bindgen(js_name = "toString")]
50 #[allow(clippy::inherent_to_string)]
51 pub fn to_string(&self) -> String {
52 self.0.to_string()
53 }
54
55 /// Determine if a function is present in the program
56 ///

Callers 15

from_stringMethod · 0.45
get_functionsMethod · 0.45
get_function_inputsMethod · 0.45
get_mappingsMethod · 0.45
get_plaintext_inputMethod · 0.45
get_record_membersMethod · 0.45
get_struct_membersMethod · 0.45
idMethod · 0.45
addressMethod · 0.45
get_importsMethod · 0.45
get_call_graphMethod · 0.45
test_get_inputsFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_get_inputsFunction · 0.36
test_get_recordFunction · 0.36
test_get_structFunction · 0.36