(filePath: string)
| 161 | } |
| 162 | |
| 163 | public get(filePath: string): RMarkdownPreview | undefined { |
| 164 | return this.store.get(filePath); |
| 165 | } |
| 166 | |
| 167 | public getFilePath(preview: RMarkdownPreview): string | undefined { |
| 168 | for (const _preview of this.store) { |
no outgoing calls
no test coverage detected