Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jaykali/hackerpro
/ sitechecker
Function
sitechecker
hackerpro.py:275–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
273
274
275
def
sitechecker():
276
os.system(
"wget http://pastebin.com/raw/Y0cqkjrj --output-document=ch01.py"
)
277
clearScr()
278
os.system(
"python ch01.py"
)
279
280
281
def
h2ip():
Callers
1
postexp
Function · 0.85
Calls
1
clearScr
Function · 0.85
Tested by
no test coverage detected