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

Method New

rpc/mux/wrapper.go:86–88  ·  view source on GitHub ↗

New returns brand new persistent caller.

()

Source from the content-addressed store, hash-verified

84
85// New returns brand new persistent caller.
86func (c *PersistentCaller) New() rpc.PCaller {
87 return NewPersistentCaller(c.TargetID)
88}

Callers 1

TestNewPersistentCallerFunction · 0.95

Calls 1

NewPersistentCallerFunction · 0.70

Tested by 1

TestNewPersistentCallerFunction · 0.76