Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ enqueue
Function
enqueue
lib/utils/gui.py:185–192 ·
view source on GitHub ↗
(stream, queue)
Source
from the content-addressed store, hash-verified
183
saveConfig(config, configFile)
184
185
def
enqueue(stream, queue):
186
global alive
187
188
for
line in iter(stream.readline, b
''
):
189
queue.put(line)
190
191
alive = False
192
stream.close()
193
194
alive = True
195
Callers
nothing calls this directly
Calls
2
put
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…