MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / is_empty

Method is_empty

crates/gitql-core/src/object.rs:17–19  ·  view source on GitHub ↗

Returns true of this group has no rows

(&self)

Source from the content-addressed store, hash-verified

15impl Group {
16 /// Returns true of this group has no rows
17 pub fn is_empty(&self) -> bool {
18 self.rows.is_empty()
19 }
20
21 /// Returns the number of rows in this group
22 pub fn len(&self) -> usize {

Callers 15

launch_gitql_replFunction · 0.45
execute_gitql_queryFunction · 0.45
highlightMethod · 0.45
report_diagnosticMethod · 0.45
parse_argumentsFunction · 0.45
printMethod · 0.45
fmtMethod · 0.45
apply_distinct_operatorFunction · 0.45
apply_join_operationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected