Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ take
Method
take
nodedb-cluster/src/rebalancer/driver.rs:280–285 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
278
})
279
}
280
fn take(&self) -> Vec<PlannedMove> {
281
let mut g = self.calls.lock().unwrap();
282
let out = g.clone();
283
g.clear();
284
out
285
}
286
}
287
288
#[async_trait]
Callers
15
text_data
Function · 0.45
all_byte_values
Function · 0.45
sign_pack
Function · 0.45
apply_rotation
Method · 0.45
encode_inner
Method · 0.45
dict_encoded_roundtrip
Function · 0.45
dict_encode_low_cardinality
Function · 0.45
push
Method · 0.45
push
Method · 0.45
drop
Method · 0.45
speculative_prefetch_shards
Function · 0.45
compute_plan
Function · 0.45
Calls
3
lock
Method · 0.80
clone
Method · 0.45
clear
Method · 0.45
Tested by
5
text_data
Function · 0.36
all_byte_values
Function · 0.36
dict_encoded_roundtrip
Function · 0.36
dict_encode_low_cardinality
Function · 0.36
roundtrip_install_snapshot_request
Function · 0.36