* Get current state
()
| 476 | * Get current state |
| 477 | */ |
| 478 | getState(): FileSystemStoreState { |
| 479 | return { |
| 480 | nodes: new Map(this.nodes), |
| 481 | pathIndex: new Map(this.pathIndex), |
| 482 | rootId: this.rootId, |
| 483 | }; |
| 484 | } |
| 485 | |
| 486 | // ============ Cloud Sync ============ |
| 487 |
nothing calls this directly
no outgoing calls
no test coverage detected