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

Method function_name

wasm/src/programs/request.rs:105–107  ·  view source on GitHub ↗

Returns the function name.

(&self)

Source from the content-addressed store, hash-verified

103
104 /// Returns the function name.
105 pub fn function_name(&self) -> String {
106 self.0.function_name().to_string()
107 }
108
109 /// Returns the input IDs for the transition.
110 ///

Calls 1

to_stringMethod · 0.45