Function ss_ewasm_api::external_code_copy [−][src]
pub fn external_code_copy(
address: &Address,
from: usize,
length: usize,
ret: &mut [u8]
) -> Result<(), Error>Expand description
Returns the segment of code at address beginning at from and continuing for length bytes.