Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ close
Method
close
lib/utils/sgmllib.py:108–110 ·
view source on GitHub ↗
Handle the remaining data.
(self)
Source
from the content-addressed store, hash-verified
106
self.goahead(0)
107
108
def
close(self):
109
""
"Handle the remaining data."
""
110
self.goahead(1)
111
112
def
error(self, message):
113
raise
SGMLParseError(message)
Callers
2
close
Method · 0.45
test
Function · 0.45
Calls
1
goahead
Method · 0.95
Tested by
no test coverage detected