MCPcopy Create free account
hub / github.com/BaseXdb/basex / inMemory

Method inMemory

basex-core/src/main/java/org/basex/data/Data.java:1110–1110  ·  view source on GitHub ↗

Indicates if this data instance is in main memory or on disk. @return result of check

()

Source from the content-addressed store, hash-verified

1108 * @return result of check
1109 */
1110 public abstract boolean inMemory();
1111
1112 @Override
1113 public final String toString() {

Callers 15

runMethod · 0.95
buildMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
removeMethod · 0.95
dataMethod · 0.95
indexAccessibleMethod · 0.95
indexAccessibleMethod · 0.95
valueMethod · 0.95
itemMethod · 0.95
resourcesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected