[][src]Function ewasm_api::external_code_copy

pub fn external_code_copy(
    address: &Address,
    from: usize,
    length: usize,
    ret: &mut [u8]
) -> Result<(), Error>

Returns the segment of code at address beginning at from and continuing for length bytes.