Skip to main content

module_call

Function module_call 

Source
pub fn module_call(
    method: &str,
    args: &[Value],
) -> Option<Result<Value, String>>
Expand description

Dispatch a require('buffer').<method> free function.