Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
252
fn cached_depth_rank(depth: Option<usize>) -> usize {
253
depth.unwrap_or(usize::MAX)
254
}
255
256
#[derive(Clone, Default)]
257
pub struct StreamClientForegroundRegistry {
Callers
1
get_compatible
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected