Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pegjs/pegjs
/ peg$otherExpectation
Function
peg$otherExpectation
lib/parser.js:555–557 ·
view source on GitHub ↗
(description)
Source
from the content-addressed store, hash-verified
553
}
554
555
function
peg$otherExpectation(description) {
556
return
{
type
:
"other"
, description: description };
557
}
558
559
function
peg$computePosDetails(pos) {
560
var
details = peg$posDetailsCache[pos], p;
Callers
2
peg$parse
Function · 0.85
expected
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…