MCPcopy 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
1742def warn(msg: str) -> None:
1743 gef_print(f"{Color.colorify('[*]', 'bold yellow')} {msg}")
1744 return
1745
1746
1747def ok(msg: str) -> None:

Callers 15

wrapperFunction · 0.85
wrapped_fFunction · 0.85
__init__Method · 0.85
new_objfile_handlerFunction · 0.85
stopMethod · 0.85
do_invokeMethod · 0.85
do_invokeMethod · 0.85
distanceMethod · 0.85
do_invokeMethod · 0.85
apply_atMethod · 0.85
do_invokeMethod · 0.85
do_invokeMethod · 0.85

Calls 2

gef_printFunction · 0.85
colorifyMethod · 0.80

Tested by

no test coverage detected