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

Method standardStore

basex-core/src/main/java/org/basex/core/Stores.java:310–312  ·  view source on GitHub ↗

Checks if the supplied store refers to the standard store. @param name name of store @return result of check

(final String name)

Source from the content-addressed store, hash-verified

308 * @return result of check
309 */
310 private static boolean standardStore(final String name) {
311 return name.isEmpty();
312 }
313
314 // STATIC FUNCTIONS =============================================================================
315

Callers 1

storeFileMethod · 0.95

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected