(doc, l)
| 966 | } |
| 967 | |
| 968 | function isLine(doc, l) {return l >= doc.first && l < doc.first + doc.size} |
| 969 | |
| 970 | function lineNumberFor(options, i) { |
| 971 | return String(options.lineNumberFormatter(i + options.firstLineNumber)) |
no outgoing calls
no test coverage detected