Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
get
Method · 0.95
set
Method · 0.95
insert
Method · 0.95
Calls
1
containsKey
Method · 0.45
Tested by
no test coverage detected