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

Method signalRandom

dosnode/dos_restapis.go:148–150  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

146}
147
148func (d *DosNode) signalRandom(w http.ResponseWriter, r *http.Request) {
149 d.chain.SignalRandom()
150}
151
152func (d *DosNode) signalGroupFormation(w http.ResponseWriter, r *http.Request) {
153 d.chain.SignalGroupFormation()

Callers

nothing calls this directly

Calls 1

SignalRandomMethod · 0.65

Tested by

no test coverage detected