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

Method load

lambda-runtime-api-client/src/body/watch.rs:62–65  ·  view source on GitHub ↗
(&mut self, cx: &mut task::Context<'_>)

Source from the content-addressed store, hash-verified

60
61impl Receiver {
62 pub(crate) fn load(&mut self, cx: &mut task::Context<'_>) -> Value {
63 self.shared.waker.register(cx.waker());
64 self.shared.value.load(Ordering::SeqCst)
65 }
66
67 #[allow(unused)]
68 pub(crate) fn peek(&self) -> Value {

Callers 4

poll_wantMethod · 0.80
peekMethod · 0.80
list_postsFunction · 0.80
list_postsFunction · 0.80

Calls 1

registerMethod · 0.80

Tested by

no test coverage detected