MCPcopy
hub / github.com/cinit/QAuxiliary / hasRecord

Method hasRecord

app/src/main/java/cc/ioctl/util/data/Table.java:386–388  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

384 }
385
386 public boolean hasRecord(K key) {
387 return records.containsKey(key);
388 }
389
390 public Object get(K key, String field) throws NoSuchFieldException {
391 int i = getFieldId(field);

Callers 3

getMethod · 0.95
setMethod · 0.95
insertMethod · 0.95

Calls 1

containsKeyMethod · 0.45

Tested by

no test coverage detected