MCPcopy
hub / github.com/FlareSolverr/FlareSolverr / exists

Method exists

src/sessions.py:56–57  ·  view source on GitHub ↗
(self, session_id: str)

Source from the content-addressed store, hash-verified

54 return session, True
55
56 def exists(self, session_id: str) -> bool:
57 return session_id in self.sessions
58
59 def destroy(self, session_id: str) -> bool:
60 """destroy closes the driver instance and removes session from the storage.

Callers 9

createMethod · 0.95
destroyMethod · 0.95
get_webdriverFunction · 0.80
get_chrome_exe_pathFunction · 0.80
handle_prefsMethod · 0.80
__init__Method · 0.80
find_chrome_executableFunction · 0.80
__init__Method · 0.80
driver_binary_in_useMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected