Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NullArray/AutoSploit
/ info
Function
info
lib/output.py:1–6 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
1
def
info(text):
2
print(
3
"[\033[1m\033[32m+\033[0m] {}"
.format(
4
text
5
)
6
)
7
8
9
def
prompt(text, lowercase=True):
Callers
1
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected