MCPcopy Create free account
hub / github.com/DOSNetwork/core / actionGroupFormation

Function actionGroupFormation

main.go:241–248  ·  view source on GitHub ↗
(c *cli.Context)

Source from the content-addressed store, hash-verified

239}
240
241func actionGroupFormation(c *cli.Context) error {
242 r, err := makeRequest("/signalGroupFormation")
243 if err == nil {
244 fmt.Println("trigger guardian functions : \n", string(r))
245 return nil
246 }
247 return err
248}
249
250func actionGroupDissolve(c *cli.Context) error {
251 r, err := makeRequest("/signalGroupDissolve")

Callers

nothing calls this directly

Calls 1

makeRequestFunction · 0.85

Tested by

no test coverage detected