MCPcopy 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
224void
225incCount(int field) {
226 if (counts[field] == 0xFFFF)
227 throw new IllegalStateException("DNS section count cannot " +
228 "be incremented");
229 counts[field]++;
230}
231
232void
233decCount(int field) {

Callers 3

addRecordMethod · 0.80
verifyMethod · 0.80
verifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected