(range: SelectedLineRange)
| 469 | props: LineCommentAnnotationsProps<T> | LineCommentAnnotationsWithSideProps<T>, |
| 470 | ) { |
| 471 | const line = (range: SelectedLineRange) => Math.max(range.start, range.end) |
| 472 | |
| 473 | if ("getSide" in props) { |
| 474 | return createMemo<DiffLineAnnotation<LineCommentAnnotationMeta<T>>[]>(() => { |
no outgoing calls
no test coverage detected