MCPcopy Index your code
hub / github.com/zaproxy/zaproxy / getSession

Method getSession

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

@return Returns the session.

()

Source from the content-addressed store, hash-verified

128 * @return Returns the session.
129 */
130 public Session getSession() {
131 if (session == null) {
132 session = new Session(this);
133 }
134 return session;
135 }
136
137 /**
138 * This method should typically only be called from the Control class

Callers 15

setupMethod · 0.95
setUpMethod · 0.95
openSessionMethod · 0.95
saveSessionMethod · 0.95
snapshotSessionMethod · 0.95
discardSessionMethod · 0.95
closeSessionMethod · 0.95
addContextDataFactoryMethod · 0.95
loadContextMethod · 0.95

Calls

no outgoing calls

Tested by 8

setupMethod · 0.76
setUpMethod · 0.76
setUpMethod · 0.36
setUpMethod · 0.36
setupMethod · 0.36
setUpMethod · 0.36
setupMethod · 0.36