miri::shims::unix::unnamed_socket

Function anonsocket_read

Source
fn anonsocket_read<'tcx>(
    weak_self_ref: WeakFileDescriptionRef,
    len: usize,
    ptr: Pointer,
    dest: MPlaceTy<'tcx>,
    ecx: &mut MiriInterpCx<'tcx>,
) -> InterpResult<'tcx>
Expand description

Read from AnonSocket and return the number of bytes read.