Version: 0.1.00.2.00.3.00.3.10.3.20.3.30.3.40.3.50.3.60.4.00.4.20.4.30.5.00.5.10.5.20.5.30.5.40.6.00.6.10.6.20.6.30.6.40.6.50.6.60.6.70.6.80.6.90.6.100.6.110.6.120.6.130.6.140.6.150.6.160.6.170.6.180.7.00.7.10.7.20.7.30.7.40.7.50.7.60.7.70.7.80.7.90.8.00.8.11.0.01.0.11.0.21.0.31.0.41.0.51.1.01.1.11.1.21.1.31.1.41.1.51.1.61.1.71.1.81.2.01.2.11.2.21.2.31.2.41.2.51.2.61.2.71.2.81.2.91.2.101.2.111.2.121.3.01.3.11.3.21.3.31.3.41.3.51.3.61.3.71.3.81.4.01.4.11.4.21.4.31.4.41.4.51.4.61.5.01.5.11.5.21.5.31.5.41.5.51.5.61.5.71.5.81.5.91.5.101.6.01.6.11.6.21.6.31.6.41.6.51.6.61.6.71.6.81.6.91.6.101.6.111.6.121.7.01.7.11.7.21.7.31.8.01.8.11.8.21.8.31.8.41.8.51.8.61.8.71.8.81.8.91.8.101.8.111.8.121.8.131.8.141.8.151.8.161.8.171.8.181.8.191.8.201.8.211.8.221.9.01.9.11.9.21.9.31.9.41.9.51.9.61.9.71.9.81.9.91.9.101.9.111.9.121.9.131.9.141.9.151.10.01.10.11.10.21.10.31.10.41.10.51.10.61.10.71.10.81.10.91.10.101.10.111.11.01.11.11.11.21.11.31.12.01.12.11.12.2
/*
* Copyright 2022 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
let nextCallNumber = 0;
export function getNextCallNumber() {
return nextCallNumber++;
}