| 1 | // SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
| 2 | // SPDX-License-Identifier: Apache-2.0 |
| 3 | |
| 4 | #![allow(clippy::result_large_err)] // gRPC handlers return Result<Response<_>, Status> |
nothing calls this directly
no outgoing calls
no test coverage detected