MCPcopy
hub / github.com/mitmproxy/mitmproxy / send

Method send

mitmproxy/tools/web/app.py:408–409  ·  view source on GitHub ↗
(self, message: bytes)

Source from the content-addressed store, hash-verified

406 conn.send(message)
407
408 def send(self, message: bytes):
409 self._send_queue.put_nowait(message)
410
411 async def send_task(self):
412 while True:

Callers 15

sig_messageMethod · 0.45
sig_promptMethod · 0.45
sig_prompt_commandMethod · 0.45
sig_prompt_onekeyMethod · 0.45
prompt_doneMethod · 0.45
prompt_executeMethod · 0.45
refreshMethod · 0.45
console_commandMethod · 0.45
console_command_setMethod · 0.45
view_popMethod · 0.45
updateMethod · 0.45
save_configMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected