Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
86
func
(c *PersistentCaller) New() rpc.PCaller {
87
return
NewPersistentCaller(c.TargetID)
88
}
Callers
1
TestNewPersistentCaller
Function · 0.95
Calls
1
NewPersistentCaller
Function · 0.70
Tested by
1
TestNewPersistentCaller
Function · 0.76