MCPcopy Create free account
hub / github.com/CPChain/chain / stopRPC

Method stopRPC

node/node.go:267–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265}
266
267func (n *Node) stopRPC() {
268 n.stopWS()
269 n.stopInProc()
270 n.stopIPC()
271 n.stopHTTP()
272}
273
274// startInProc initializes an in-process RPC endpoint.
275func (n *Node) startInProc(apis []rpc.API) error {

Callers 1

StopMethod · 0.95

Calls 4

stopWSMethod · 0.95
stopInProcMethod · 0.95
stopIPCMethod · 0.95
stopHTTPMethod · 0.95

Tested by

no test coverage detected