mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-12-18 01:04:20 -05:00
Variable Length Keys
This commit is contained in:
parent
b52e64e56a
commit
67be63c91c
171 changed files with 12847 additions and 10261 deletions
|
|
@ -71,6 +71,8 @@ void main() {
|
|||
'create delete dht record simple', testCreateDeleteDHTRecordSimple);
|
||||
test('create delete dht record no close',
|
||||
testCreateDeleteDHTRecordNoClose);
|
||||
test('create delete dht record with deterministic key',
|
||||
testCreateDHTRecordWithDeterministicKey);
|
||||
test('get dht value nonexistent', testGetDHTValueNonexistent);
|
||||
test('set get dht value', testSetGetDHTValue);
|
||||
test('set get dht value with owner', testSetGetDHTValueWithOwner);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue