Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ incCount
Method
incCount
src/main/java/core/org/xbill/DNS/Header.java:224–230 ·
view source on GitHub ↗
(int field)
Source
from the content-addressed store, hash-verified
222
}
223
224
void
225
incCount(
int
field) {
226
if
(counts[field] == 0xFFFF)
227
throw
new
IllegalStateException(
"DNS section count cannot "
+
228
"be incremented"
);
229
counts[field]++;
230
}
231
232
void
233
decCount(
int
field) {
Callers
3
addRecord
Method · 0.80
verify
Method · 0.80
verify
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected