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

Function empty

nodedb-query/src/fusion.rs:285–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283
284 #[test]
285 fn empty() {
286 assert!(reciprocal_rank_fusion(&[], None, 10).is_empty());
287 assert!(reciprocal_rank_fusion_linear(&[], None, &[], 10).is_empty());
288 assert!(reciprocal_rank_fusion_weighted(&[], &[], 10).is_empty());
289 }
290}

Callers 15

graph_traverse_implMethod · 0.50
graph_traverseMethod · 0.50
execute_sqlMethod · 0.50
parse_subgraph_responseFunction · 0.50
build_tls_client_configFunction · 0.50
make_responseFunction · 0.50
fire_sqlFunction · 0.50
intent_to_responseMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected