Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_decode
Function · 0.45
buffer_linestring
Function · 0.45
is_valid
Function · 0.45
validate_recursive
Function · 0.45
split_top_level_parens
Function · 0.45
polygon_contains_linestring
Function · 0.45
point_to_linestring_distance
Function · 0.45
sutherland_hodgman
Function · 0.45
nearest
Method · 0.45
bulk_load_inner
Method · 0.45
choose_subtree
Function · 0.45
recompute_bbox
Method · 0.45
Calls
no outgoing calls
Tested by
2
fold_st_geohash
Function · 0.36
parse_quota_spec
Function · 0.36