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

Method depth

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

Source from the content-addressed store, hash-verified

132 }
133
134 pub fn depth(&self) -> usize {
135 self.depth.load(Ordering::Relaxed)
136 }
137}
138
139#[derive(Clone, Debug)]

Callers 1

queue_depthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected