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

Function actionShowStatus

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

Source from the content-addressed store, hash-verified

230}
231
232func actionShowStatus(c *cli.Context) error {
233 r, err := makeRequest("/")
234 if err == nil {
235 fmt.Println(string(r))
236 return nil
237 }
238 return err
239}
240
241func actionGroupFormation(c *cli.Context) error {
242 r, err := makeRequest("/signalGroupFormation")

Callers

nothing calls this directly

Calls 1

makeRequestFunction · 0.85

Tested by

no test coverage detected