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

Function actionEnableGuardian

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

Source from the content-addressed store, hash-verified

324}
325
326func actionEnableGuardian(c *cli.Context) error {
327 _, err := makeRequest("/enableGuardian")
328 if err == nil {
329 return nil
330 }
331 return err
332}
333
334func actionShowVersion(c *cli.Context) error {
335 fmt.Println("Version: ", Version)

Callers

nothing calls this directly

Calls 1

makeRequestFunction · 0.85

Tested by

no test coverage detected