(doc, l)
| 1071 | } |
| 1072 | |
| 1073 | function isLine(doc, l) { |
| 1074 | return l >= doc.first && l < doc.first + doc.size |
| 1075 | } |
| 1076 | |
| 1077 | function lineNumberFor(options, i) { |
| 1078 | return String(options.lineNumberFormatter(i + options.firstLineNumber)) |
no outgoing calls
no test coverage detected