ExtractStatusCodeForTest lets external-package tests pin signal extraction behavior without exposing the helper in production builds.
(lower string)
| 3 | // ExtractStatusCodeForTest lets external-package tests pin signal extraction |
| 4 | // behavior without exposing the helper in production builds. |
| 5 | func ExtractStatusCodeForTest(lower string) int { |
| 6 | return extractStatusCode(lower) |
| 7 | } |
| 8 | |
| 9 | // DetectProviderForTest lets external-package tests cover provider-detection |
| 10 | // ordering without opening the production API surface. |
no test coverage detected