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

Method sandbox

basex-core/src/main/java/org/basex/core/Sandbox.java:582–584  ·  view source on GitHub ↗

Returns the sandbox database path. @return database path

()

Source from the content-addressed store, hash-verified

580 * @return database path
581 */
582 public static IOFile sandbox() {
583 return new IOFile(Prop.TEMPDIR, NAME + '/');
584 }
585
586 /**
587 * Normalizes newlines in a query result.

Callers 15

initSandboxMethod · 0.95
finishSandboxMethod · 0.95
createServerMethod · 0.95
setUpMethod · 0.45
noPermsNeededMethod · 0.45
readPermsNeededMethod · 0.45
writePermsNeededMethod · 0.45
createPermsNeededMethod · 0.45
adminPermsNeededMethod · 0.45
permRequiredMethod · 0.45
exportMethod · 0.45
repoFileMethod · 0.45

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.36
noPermsNeededMethod · 0.36
readPermsNeededMethod · 0.36
writePermsNeededMethod · 0.36
createPermsNeededMethod · 0.36
adminPermsNeededMethod · 0.36
permRequiredMethod · 0.36
exportMethod · 0.36
repoFileMethod · 0.36
circularDepsMethod · 0.36
importedTypesMethod · 0.36
dynamicNestedImportMethod · 0.36