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

Function peg$parseTemplate

lib/parser.js:1003–1018  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1001 }
1002
1003 function peg$parseTemplate() {
1004 var s0, s1;
1005
1006 s0 = peg$currPos;
1007 s1 = peg$parseHTML();
1008 if (s1 === peg$FAILED) {
1009 s1 = peg$c0;
1010 }
1011 if (s1 !== peg$FAILED) {
1012 peg$reportedPos = s0;
1013 s1 = peg$c1(s1);
1014 }
1015 s0 = s1;
1016
1017 return s0;
1018 }
1019
1020 function peg$parseHTML() {
1021 var s0, s1;

Callers

nothing calls this directly

Calls 2

peg$parseHTMLFunction · 0.85
peg$c1Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…