MCPcopy Create free account
hub / github.com/PasarGuard/node / _NodeService_SyncUser_Handler

Function _NodeService_SyncUser_Handler

common/service_grpc.pb.go:473–475  ·  view source on GitHub ↗
(srv interface{}, stream grpc.ServerStream)

Source from the content-addressed store, hash-verified

471}
472
473func _NodeService_SyncUser_Handler(srv interface{}, stream grpc.ServerStream) error {
474 return srv.(NodeServiceServer).SyncUser(&grpc.GenericServerStream[User, Empty]{ServerStream: stream})
475}
476
477// This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
478type NodeService_SyncUserServer = grpc.ClientStreamingServer[User, Empty]

Callers

nothing calls this directly

Calls 1

SyncUserMethod · 0.65

Tested by

no test coverage detected