MCPcopy Create free account
hub / github.com/douglance/devsql / is_empty

Method is_empty

crates/vcsql/src/sql/engine.rs:199–201  ·  view source on GitHub ↗

Returns true if the result contains no rows.

(&self)

Source from the content-addressed store, hash-verified

197impl QueryResult {
198 /// Returns true if the result contains no rows.
199 pub fn is_empty(&self) -> bool {
200 self.rows.is_empty()
201 }
202
203 /// Returns the number of rows in the result.
204 pub fn row_count(&self) -> usize {

Callers 15

clusterMethod · 0.80
scan_jhistoryMethod · 0.80
create_backup_pathFunction · 0.80
sqlFunction · 0.80
load_allMethod · 0.80
filter_by_statusMethod · 0.80
executeMethod · 0.80
read_jsonlFunction · 0.80
is_user_promptMethod · 0.80
populateMethod · 0.80
populateMethod · 0.80
populateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected