Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
///
Callers
5
function_name_camel
Method · 0.45
test_ciphertext_to_plaintext_decryption
Function · 0.45
test_ciphertext_decryption_method
Function · 0.45
execute_authorization_inner
Method · 0.45
external-signing.test.ts
File · 0.45
Calls
1
to_string
Method · 0.45
Tested by
2
test_ciphertext_to_plaintext_decryption
Function · 0.36
test_ciphertext_decryption_method
Function · 0.36