MCPcopy Create free account
hub / github.com/codemix/htmling / peg$parseUnicodeCombiningMark

Function peg$parseUnicodeCombiningMark

lib/parser.js:3656–3665  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3654 }
3655
3656 function peg$parseUnicodeCombiningMark() {
3657 var s0;
3658
3659 s0 = peg$parseMn();
3660 if (s0 === peg$FAILED) {
3661 s0 = peg$parseMc();
3662 }
3663
3664 return s0;
3665 }
3666
3667 function peg$parseReservedWord() {
3668 var s0;

Callers 1

peg$parseIdentifierPartFunction · 0.85

Calls 2

peg$parseMnFunction · 0.85
peg$parseMcFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…