Enrich module APIs with snapshot and batch helpers across categories.
Adds snapshot(), domain batch methods, and clearAll aliases on consensus, core, encoding, experimental, indexes, messaging, network, oracle, pear, routing, storage, supercomputer, and trust modules. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -118,6 +118,10 @@ class HyperP2PGpuSlot extends EventEmitter {
|
||||
return n
|
||||
}
|
||||
|
||||
snapshot () {
|
||||
return this.clusterGpuSlots()
|
||||
}
|
||||
|
||||
async ready () {
|
||||
if (this.swarm || !this.topic) return this
|
||||
await initModuleSwarm(this, {
|
||||
|
||||
Reference in New Issue
Block a user