Expand module APIs across pear, network, experimental, and ops categories.
Add batch helpers, counts, and management utilities so modules expose consistent peer, lease, queue, and telemetry surfaces. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -114,6 +114,10 @@ class HyperP2PMirrorRealm extends EventEmitter {
|
||||
return n
|
||||
}
|
||||
|
||||
clearBoth () {
|
||||
return { realmA: this.clearRealm('A'), realmB: this.clearRealm('B') }
|
||||
}
|
||||
|
||||
hasDiff (key) {
|
||||
return this.diffKeys().includes(String(key))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user