mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-26 16:35:24 -04:00
first stab at inspectvalue
This commit is contained in:
parent
ca65d12836
commit
9bccb59f77
25 changed files with 492 additions and 260 deletions
|
@ -38,7 +38,7 @@ extension ValidateSMPL on DHTSchemaSMPL {
|
|||
return true;
|
||||
}
|
||||
|
||||
int subkeyCount() => members.fold(0, (acc, v) => acc + v.mCnt) + oCnt;
|
||||
int subkeyCount() => members.fold(oCnt, (acc, v) => acc + v.mCnt);
|
||||
}
|
||||
|
||||
extension Validate on DHTSchema {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue