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

Function test_config

nodedb-wal/src/segmented.rs:339–341  ·  view source on GitHub ↗
(dir: &Path)

Source from the content-addressed store, hash-verified

337 use crate::record::RecordType;
338
339 fn test_config(dir: &Path) -> SegmentedWalConfig {
340 SegmentedWalConfig::for_testing(dir.to_path_buf())
341 }
342
343 #[test]
344 fn create_and_append() {

Callers 9

create_and_appendFunction · 0.70
replay_after_closeFunction · 0.70
total_size_bytesFunction · 0.70
reopen_continues_lsnFunction · 0.70
replay_from_limit_basicFunction · 0.70
replay_from_limit_emptyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected