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

Function _NodeService_SyncUsersChunked_Handler

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

Source from the content-addressed store, hash-verified

496}
497
498func _NodeService_SyncUsersChunked_Handler(srv interface{}, stream grpc.ServerStream) error {
499 return srv.(NodeServiceServer).SyncUsersChunked(&grpc.GenericServerStream[UsersChunk, Empty]{ServerStream: stream})
500}
501
502// This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
503type NodeService_SyncUsersChunkedServer = grpc.ClientStreamingServer[UsersChunk, Empty]

Callers

nothing calls this directly

Calls 1

SyncUsersChunkedMethod · 0.65

Tested by

no test coverage detected