()
| 861 | } |
| 862 | |
| 863 | function line() { |
| 864 | return peg$computePosDetails(peg$reportedPos).line; |
| 865 | } |
| 866 | |
| 867 | function column() { |
| 868 | return peg$computePosDetails(peg$reportedPos).column; |
nothing calls this directly
no test coverage detected
searching dependent graphs…