MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / New

Method New

rpc/mux/rawcaller.go:121–123  ·  view source on GitHub ↗

New returns brand new caller.

()

Source from the content-addressed store, hash-verified

119
120// New returns brand new caller.
121func (c *RawCaller) New() rpc.PCaller {
122 return NewRawCaller(c.targetAddr)
123}

Callers 1

TestRawCallerFunction · 0.95

Calls 1

NewRawCallerFunction · 0.85

Tested by 1

TestRawCallerFunction · 0.76