MCPcopy 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
11def start_group(g_id: str):
12 g = Group(g_id)
13 g.real_run_start()
14
15
16def stop_group(g_id: str):

Callers 1

group_script.pyFile · 0.85

Calls 2

real_run_startMethod · 0.95
GroupClass · 0.90

Tested by

no test coverage detected