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

Method signalGroupDissolve

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

Source from the content-addressed store, hash-verified

154}
155
156func (d *DosNode) signalGroupDissolve(w http.ResponseWriter, r *http.Request) {
157 d.chain.SignalGroupDissolve()
158}
159
160func (d *DosNode) p2pTest(w http.ResponseWriter, r *http.Request) {
161 d.End()

Callers

nothing calls this directly

Calls 1

SignalGroupDissolveMethod · 0.65

Tested by

no test coverage detected