Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getFlags
Method
getFlags
src/main/java/core/org/xbill/DNS/Header.java:138–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
}
137
138
boolean []
139
getFlags() {
140
boolean [] array =
new
boolean[16];
141
for
(
int
i = 0; i < array.length; i++)
142
if
(validFlag(i))
143
array[i] = getFlag(i);
144
return
array;
145
}
146
147
/**
148
* Retrieves the message ID
Callers
nothing calls this directly
Calls
2
validFlag
Method · 0.95
getFlag
Method · 0.95
Tested by
no test coverage detected