Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ st_envelope_sql
Function
st_envelope_sql
nodedb-query/src/functions/mod.rs:224–227 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
222
223
#[test]
224
fn st_envelope_sql() {
225
let result = eval_fn(
"st_envelope"
, vec![square_value()]);
226
assert!(result.as_geometry().is_some());
227
}
228
229
#[test]
230
fn geo_length_sql() {
Callers
nothing calls this directly
Calls
1
eval_fn
Function · 0.85
Tested by
no test coverage detected