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

Method peek

lambda-runtime-api-client/src/body/watch.rs:68–70  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

66
67 #[allow(unused)]
68 pub(crate) fn peek(&self) -> Value {
69 self.shared.value.load(Ordering::Relaxed)
70 }
71}

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected