(endpointPath, deps, a2a)
| 969 | } |
| 970 | |
| 971 | function buildEnvelopeHeaders(endpointPath, deps, a2a) { |
| 972 | if (NODE_SCOPED_ENDPOINT_PATHS.has(endpointPath)) { |
| 973 | return buildNodeScopedHubHeadersSafe(a2a, deps); |
| 974 | } |
| 975 | return buildHubHeadersSafe(a2a); |
| 976 | } |
| 977 | |
| 978 | function buildNodeScopedHubHeadersSafe(a2a, deps) { |
| 979 | if (!deps || deps.nodeSecret === undefined) { |
no test coverage detected