MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / cached_depth_rank

Function cached_depth_rank

packages/server/src/api/routes.rs:252–254  ·  view source on GitHub ↗
(depth: Option<usize>)

Source from the content-addressed store, hash-verified

250}
251
252fn cached_depth_rank(depth: Option<usize>) -> usize {
253 depth.unwrap_or(usize::MAX)
254}
255
256#[derive(Clone, Default)]
257pub struct StreamClientForegroundRegistry {

Callers 1

get_compatibleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected