Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ wscat
Method
wscat
src/org/antlr/codebuff/Trainer.java:1039–1041 ·
view source on GitHub ↗
(int n)
Source
from the content-addressed store, hash-verified
1037
}
1038
1039
public
static
int
wscat(
int
n) {
1040
return
CAT_INJECT_WS | (n<<8);
1041
}
1042
1043
public
static
int
nlcat(
int
n) {
1044
return
CAT_INJECT_NL | (n<<8);
Callers
1
getInjectWSCategory
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected