()
| 226 | } |
| 227 | |
| 228 | const queue = () => { |
| 229 | if (frame !== undefined) return |
| 230 | frame = requestAnimationFrame(syncVisible) |
| 231 | } |
| 232 | |
| 233 | const pinned = (file: string) => |
| 234 | props.focusedComment?.file === file || |
no outgoing calls
no test coverage detected