Skip to main content

read_stream_call

Function read_stream_call 

Source
pub fn read_stream_call(
    recv: &Value,
    method: &str,
    args: Vec<Value>,
) -> Result<Value, String>
Expand description

fs.ReadStream instance dispatch (tag FSReadStream). Emitter methods are handled by the parent’s shared emitter routing; this covers the stream-only surface.