MCPcopy Create free account
hub / github.com/boxbeam/RedLib / contains

Method contains

src/redempt/redlib/blockdata/DataBlock.java:150–152  ·  view source on GitHub ↗

Checks if a certain key is used in this DataBlock @param key The key @return Whether the key is used

(String key)

Source from the content-addressed store, hash-verified

148 * @return Whether the key is used
149 */
150 public boolean contains(String key) {
151 return data.containsKey(key);
152 }
153
154 /**
155 * Clears all data from this DataBlock

Callers 1

saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected