Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jaykali/hackerpro
/ unique
Function
unique
hackerpro.py:685–687 ·
view source on GitHub ↗
(seq)
Source
from the content-addressed store, hash-verified
683
684
685
def
unique(seq):
686
seen = set()
687
return
[seen.add(x) or x
for
x in seq
if
x not in seen]
688
689
690
def
bing_all_grabber(s):
Callers
5
bing_all_grabber
Function · 0.85
getSites
Method · 0.85
getWordpress
Method · 0.85
getJoomla
Method · 0.85
grabSqli
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected