MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Target

Method Target

rpc/mux/rawcaller.go:116–118  ·  view source on GitHub ↗

Target returns the request target for logging purpose.

()

Source from the content-addressed store, hash-verified

114
115// Target returns the request target for logging purpose.
116func (c *RawCaller) Target() string {
117 return c.targetAddr
118}
119
120// New returns brand new caller.
121func (c *RawCaller) New() rpc.PCaller {

Callers 1

TestRawCallerFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestRawCallerFunction · 0.76