MCPcopy Create free account
hub / github.com/GH05TCREW/MetasploitMCP / _received_request

Function _received_request

MetasploitMCP.py:308–312  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

306
307
308async def _received_request(self, *args, **kwargs):
309 try:
310 return await old__received_request(self, *args, **kwargs)
311 except RuntimeError:
312 pass
313
314
315# pylint: disable-next=protected-access

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected