(a2a)
| 996 | } |
| 997 | |
| 998 | function getHubNodeSecretVersionSafe(a2a) { |
| 999 | try { |
| 1000 | return typeof a2a.getHubNodeSecretVersion === 'function' ? a2a.getHubNodeSecretVersion() : null; |
| 1001 | } catch (_) { |
| 1002 | return null; |
| 1003 | } |
| 1004 | } |
| 1005 | |
| 1006 | function buildHubHeadersSafe(a2a) { |
| 1007 | try { |
no outgoing calls
no test coverage detected