MCPcopy Create free account
hub / github.com/Loping151/RoverSign / register_target_send_hook

Function register_target_send_hook

RoverSign/utils/bot_send_hook.py:74–76  ·  view source on GitHub ↗

注册 target_send 方法 hook

(func: Callable)

Source from the content-addressed store, hash-verified

72
73
74def register_target_send_hook(func: Callable):
75 """注册 target_send 方法 hook"""
76 _rs_manager.register_target_send_hook(func)
77
78
79def register_user_activity_hook(func: Callable):

Callers 1

__init__.pyFile · 0.85

Calls 1

Tested by

no test coverage detected