MCPcopy Index your code
hub / github.com/aws/aws-lambda-rust-runtime / channel

Function channel

lambda-runtime/src/streaming.rs:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31#[allow(unused)]
32#[inline]
33pub fn channel() -> (Sender, Body) {
34 Body::channel()
35}

Callers 2

into_reqMethod · 0.70
funcFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected