Add moduleSnapshot() across all modules for uniform state export.
Completes the sixth expansion pass: zero-arg moduleSnapshot aliases snapshot() (or clusterSnapshot/stateSnapshot where specialized), with async variants for temporal, spatial, semantic-vector, and reactive-state indexes. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -130,6 +130,10 @@ class HyperP2PGpuSlot extends EventEmitter {
|
||||
return this.toJSON()
|
||||
}
|
||||
|
||||
moduleSnapshot () {
|
||||
return this.snapshot()
|
||||
}
|
||||
|
||||
async ready () {
|
||||
if (this.swarm || !this.topic) return this
|
||||
await initModuleSwarm(this, {
|
||||
|
||||
Reference in New Issue
Block a user