MCPcopy Create free account
hub / github.com/Glyphack/enderpy / is_empty

Method is_empty

parser/src/ast.rs:40–42  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

38 }
39
40 pub fn is_empty(&self) -> bool {
41 self.len() == 0
42 }
43}
44
45pub trait GetNode {

Callers 3

assert_tokens_eqFunction · 0.45
parse_comparisonMethod · 0.45
parse_type_parametersMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected