MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / decCount

Method decCount

src/main/java/core/org/xbill/DNS/Header.java:232–238  ·  view source on GitHub ↗
(int field)

Source from the content-addressed store, hash-verified

230}
231
232void
233decCount(int field) {
234 if (counts[field] == 0)
235 throw new IllegalStateException("DNS section count cannot " +
236 "be decremented");
237 counts[field]--;
238}
239
240/**
241 * Retrieves the record count for the given section

Callers 4

verifyMessageMethod · 0.95
removeRecordMethod · 0.80
verifyMethod · 0.80
verifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected