Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Canop/codesort
/ depth
Method
depth
src/brace_stack.rs:34–36 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
32
Ok(())
33
}
34
pub fn depth(&self) -> usize {
35
self.braces.len()
36
}
37
pub fn is_in(
38
&self,
39
brace: char,
Callers
3
read
Function · 0.80
read
Function · 0.80
read
Function · 0.80
Calls
1
len
Method · 0.80
Tested by
no test coverage detected