mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
8 lines
135 B
Rust
8 lines
135 B
Rust
|
async fn op_read(
|
||
|
state: Rc<RefCell<OpState>>,
|
||
|
rid: ResourceId,
|
||
|
buf: &mut [u8],
|
||
|
) -> Result<u32, Error> {
|
||
|
// @test-attr:fast
|
||
|
}
|