Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ validFlag
Method
validFlag
src/main/java/core/org/xbill/DNS/Header.java:85–88 ·
view source on GitHub ↗
(int bit)
Source
from the content-addressed store, hash-verified
83
}
84
85
static
private
boolean
86
validFlag(
int
bit) {
87
return
(bit >= 0 && bit <= 0xF && Flags.isFlag(bit));
88
}
89
90
static
private
void
91
checkFlag(
int
bit) {
Callers
3
checkFlag
Method · 0.95
getFlags
Method · 0.95
printFlags
Method · 0.95
Calls
1
isFlag
Method · 0.95
Tested by
no test coverage detected