MCPcopy Create free account
hub / github.com/codemix/htmling / line

Function line

lib/parser.js:863–865  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

861 }
862
863 function line() {
864 return peg$computePosDetails(peg$reportedPos).line;
865 }
866
867 function column() {
868 return peg$computePosDetails(peg$reportedPos).column;

Callers

nothing calls this directly

Calls 1

peg$computePosDetailsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…