(p: string)
| 2701 | meta: NoteMeta |
| 2702 | ): Partial<Store> { |
| 2703 | const rewrite = (p: string): string => (p === oldPath ? meta.path : p) |
| 2704 | const nextLayout = rewritePathsInTree(s.paneLayout, rewrite) |
| 2705 | const ensured = ensureActivePane(nextLayout, s.activePaneId) |
| 2706 | const contents = { ...s.noteContents } |
no outgoing calls
no test coverage detected