MCPcopy Create free account
hub / github.com/zaproxy/zaproxy / getDb

Method getDb

zap/src/main/java/org/parosproxy/paros/model/Model.java:250–252  ·  view source on GitHub ↗

@return Returns the db.

()

Source from the content-addressed store, hash-verified

248 * @return Returns the db.
249 */
250 public Database getDb() {
251 return db;
252 }
253
254 // TODO disable for non file based sessions
255 public void moveSessionDb(String destFile) throws Exception {

Callers 15

setUpMethod · 0.95
initMethod · 0.95
copySessionDbMethod · 0.95
snapshotSessionDbMethod · 0.95
setupMethod · 0.80
shutdownMethod · 0.80
openSessionMethod · 0.80
openDbBasedSessionMethod · 0.80
exitAndDeleteSessionMethod · 0.80

Calls

no outgoing calls

Tested by 2

setUpMethod · 0.76
setupMethod · 0.64