Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Loping151/RoverSign
/ get_help_data
Function
get_help_data
RoverSign/roversign_help/get_help.py:19–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
18
19
def
get_help_data() -> Dict[str, PluginHelp]:
20
# 读取文件内容
21
with
open(HELP_DATA,
"r"
, encoding=
"utf-8"
)
as
file:
22
return
json.load(file)
23
24
25
plugin_help = get_help_data()
Callers
1
get_help.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected