MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / is_empty

Method is_empty

nodedb-spatial/src/rtree/tree.rs:56–58  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

54 }
55
56 pub fn is_empty(&self) -> bool {
57 self.len == 0
58 }
59
60 /// Range search: return all entries whose bbox intersects the query bbox.
61 pub fn search(&self, query: &BoundingBox) -> Vec<&RTreeEntry> {

Callers 15

geohash_decodeFunction · 0.45
buffer_linestringFunction · 0.45
is_validFunction · 0.45
validate_recursiveFunction · 0.45
split_top_level_parensFunction · 0.45
sutherland_hodgmanFunction · 0.45
nearestMethod · 0.45
bulk_load_innerMethod · 0.45
choose_subtreeFunction · 0.45
recompute_bboxMethod · 0.45

Calls

no outgoing calls

Tested by 2

fold_st_geohashFunction · 0.36
parse_quota_specFunction · 0.36