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

Function actionBootstrap

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

Source from the content-addressed store, hash-verified

257}
258
259func actionBootstrap(c *cli.Context) error {
260 c.String("cid")
261 r, err := makeRequest("/signalBootstrap?cid=" + c.String("cid"))
262 if err == nil {
263 fmt.Println("trigger guardian functions : \n", string(r))
264 return nil
265 }
266 return err
267}
268
269func actionRnadom(c *cli.Context) error {
270 r, err := makeRequest("/signalRandom")

Callers

nothing calls this directly

Calls 2

makeRequestFunction · 0.85
StringMethod · 0.45

Tested by

no test coverage detected