MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / remove

Method remove

web/pgadmin/utils/session.py:174–176  ·  view source on GitHub ↗

Remove the session

(self, sid)

Source from the content-addressed store, hash-verified

172 raise NotImplementedError
173
174 def remove(self, sid):
175 'Remove the session'
176 raise NotImplementedError
177
178 def get(self, sid, digest):
179 'Retrieve a managed session by session-id, checking the HMAC digest'

Callers 2

removeMethod · 0.45
save_sessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected