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

Function getNodePCaller

cmd/cql-proxy/api/utils.go:115–117  ·  view source on GitHub ↗
(nodeID proto.NodeID)

Source from the content-addressed store, hash-verified

113}
114
115func getNodePCaller(nodeID proto.NodeID) rpc.PCaller {
116 return mux.NewPersistentCaller(nodeID)
117}
118
119func formatUnixTime(t int64) interface{} {
120 if t == 0 {

Callers 1

initProjectDBFunction · 0.85

Calls 1

NewPersistentCallerFunction · 0.92

Tested by

no test coverage detected