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

Method IPCEndpoint

node/node.go:554–556  ·  view source on GitHub ↗

IPCEndpoint retrieves the current IPC endpoint used by the protocol stack.

()

Source from the content-addressed store, hash-verified

552
553// IPCEndpoint retrieves the current IPC endpoint used by the protocol stack.
554func (n *Node) IPCEndpoint() string {
555 return n.ipcEndpoint
556}
557
558// HTTPEndpoint retrieves the current HTTP endpoint used by the protocol stack.
559func (n *Node) HTTPEndpoint() string {

Callers 2

TestIPCPathResolutionFunction · 0.45
NewFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestIPCPathResolutionFunction · 0.36