MCPcopy
hub / github.com/parinfer/parinfer.js / error

Function error

testParsingLib.js:45–47  ·  view source on GitHub ↗
(lineNo, msg)

Source from the content-addressed store, hash-verified

43// ------------------------------------------------------------------------------
44
45function error (lineNo, msg) {
46 return 'test parse error at line ' + lineNo + ': ' + msg
47}
48
49function parsePrevCursorLine (options, inputLineNo, outputLineNo, input) {
50 var match = input.match(/^\s*\^\s*prevCursor\s*$/)

Callers 5

parseCursorFromLineFunction · 0.70
parseDiffLineFunction · 0.70
parseErrorLineFunction · 0.70
parseTabStopsLineFunction · 0.70
parseParenTrailLineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected