MCPcopy Create free account
hub / github.com/cschanck/single-file-java / eolRule

Method eolRule

src/main/java/org/sfj/PegLegParser.java:500–500  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

498 }
499
500 private RuleReturn<V> eolRule() { return innerStr("eol()", lineSep).rule(); }
501
502 private RuleReturn<V> wsRule() {
503 get().pushFrame("ws()");

Callers

nothing calls this directly

Calls 2

innerStrMethod · 0.95
ruleMethod · 0.65

Tested by

no test coverage detected