MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / get_conn_maxsize

Method get_conn_maxsize

lib/core/subprocessng.py:81–86  ·  view source on GitHub ↗
(self, which, maxsize)

Source from the content-addressed store, hash-verified

79 return self.send(input), self.recv(maxsize), self.recv_err(maxsize)
80
81 def get_conn_maxsize(self, which, maxsize):
82 if maxsize is None:
83 maxsize = 1024
84 elif maxsize < 1:
85 maxsize = 1
86 return getattr(self, which), maxsize
87
88 def _close(self, which):
89 getattr(self, which).close()

Callers 1

_recvMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected