Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aaPanel/BaoTa
/ start_group
Function
start_group
mod/project/java/group_script.py:11–13 ·
view source on GitHub ↗
(g_id: str)
Source
from the content-addressed store, hash-verified
9
10
11
def
start_group(g_id: str):
12
g = Group(g_id)
13
g.real_run_start()
14
15
16
def
stop_group(g_id: str):
Callers
1
group_script.py
File · 0.85
Calls
2
real_run_start
Method · 0.95
Group
Class · 0.90
Tested by
no test coverage detected