Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HexHive/NASS
/ warn
Function
warn
tools/gef.py:1742–1744 ·
view source on GitHub ↗
(msg: str)
Source
from the content-addressed store, hash-verified
1740
1741
1742
def
warn(msg: str) -> None:
1743
gef_print(f
"{Color.colorify('[*]', 'bold yellow')} {msg}"
)
1744
return
1745
1746
1747
def
ok(msg: str) -> None:
Callers
15
wrapper
Function · 0.85
wrapped_f
Function · 0.85
__init__
Method · 0.85
new_objfile_handler
Function · 0.85
stop
Method · 0.85
do_invoke
Method · 0.85
do_invoke
Method · 0.85
distance
Method · 0.85
do_invoke
Method · 0.85
apply_at
Method · 0.85
do_invoke
Method · 0.85
do_invoke
Method · 0.85
Calls
2
gef_print
Function · 0.85
colorify
Method · 0.80
Tested by
no test coverage detected