Skip to main content

from_function_bytecode

Function from_function_bytecode 

Source
pub fn from_function_bytecode(
    bytecode: String,
    strings: &mut Vec<&[u8]>,
) -> Option<CompTimeBcFunction>