(path: string | null | undefined)
| 7 | |
| 8 | /** True when `path` points at the built-in Quick Notes tab. */ |
| 9 | export function isQuickNotesTabPath(path: string | null | undefined): boolean { |
| 10 | return path === QUICK_NOTES_TAB_PATH |
| 11 | } |
no outgoing calls
no test coverage detected