MCPcopy 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

readFunction · 0.80
readFunction · 0.80
readFunction · 0.80

Calls 1

lenMethod · 0.80

Tested by

no test coverage detected