Function deno_core::void_op_sync[][src]

pub fn void_op_sync() -> Box<OpFn>
Expand description

A helper function that returns a sync NOP OpFn

It’s mainly intended for embedders who want to disable ops, see ./examples/disable_ops.rs