Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dearcode/candy
/ storeClient
Struct
storeClient
meta/store.pb.go:546–548 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
544
}
545
546
type
storeClient
struct
{
547
cc *grpc.ClientConn
548
}
549
550
func
NewStoreClient(cc *grpc.ClientConn) StoreClient {
551
return
&storeClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected