MCPcopy Index your code
hub / github.com/cargo-lambda/cargo-lambda / keys

Method keys

crates/cargo-lambda-watch/src/state.rs:213–216  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

211 }
212
213 pub async fn keys(&self) -> Vec<String> {
214 let inner = self.inner.read().await;
215 inner.keys().cloned().collect()
216 }
217
218 pub async fn queue_depth(&self, function_name: &str) -> usize {
219 let inner = self.inner.read().await;

Callers 1

respond_to_invocationFunction · 0.80

Calls 1

readMethod · 0.80

Tested by

no test coverage detected