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

Function actionGroupDissolve

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

Source from the content-addressed store, hash-verified

248}
249
250func actionGroupDissolve(c *cli.Context) error {
251 r, err := makeRequest("/signalGroupDissolve")
252 if err == nil {
253 fmt.Println("trigger guardian functions : \n", string(r))
254 return nil
255 }
256 return err
257}
258
259func actionBootstrap(c *cli.Context) error {
260 c.String("cid")

Callers

nothing calls this directly

Calls 1

makeRequestFunction · 0.85

Tested by

no test coverage detected