Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
innerStr
Method · 0.95
rule
Method · 0.65
Tested by
no test coverage detected