Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
func
getNodePCaller(nodeID proto.NodeID) rpc.PCaller {
116
return
mux.NewPersistentCaller(nodeID)
117
}
118
119
func
formatUnixTime(t int64)
interface
{} {
120
if
t == 0 {
Callers
1
initProjectDB
Function · 0.85
Calls
1
NewPersistentCaller
Function · 0.92
Tested by
no test coverage detected