[−][src]Function holochain_core::nucleus::ribosome::api::call::invoke_call
pub fn invoke_call(
runtime: &mut Runtime,
args: &RuntimeArgs
) -> Result<Option<RuntimeValue>, Trap>
HcApiFuncIndex::CALL function code args: [0] encoded MemoryAllocation as u32 expected complex argument: {zome_name: String, cap_name: String, fn_name: String, args: String} args from API call are converted into a ZomeFnCall Launch an Action::Call with newly formed ZomeFnCall Waits for a ZomeFnResult Returns an HcApiReturnCode as I32