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

Function expected

lib/parser.js:871–877  ·  view source on GitHub ↗
(description)

Source from the content-addressed store, hash-verified

869 }
870
871 function expected(description) {
872 throw peg$buildException(
873 null,
874 [{ type: "other", description: description }],
875 peg$reportedPos
876 );
877 }
878
879 function error(message) {
880 throw peg$buildException(message, null, peg$reportedPos);

Callers

nothing calls this directly

Calls 1

peg$buildExceptionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…