(match, value)
| 10887 | var require_mock_symbols = __commonJS({ |
| 10888 | ""(exports, module) { |
| 10889 | "use strict"; |
| 10890 | module.exports = { |
| 10891 | kAgent: Symbol("agent"), |
| 10892 | kOptions: Symbol("options"), |
| 10893 | kFactory: Symbol("factory"), |
| 10894 | kDispatches: Symbol("dispatches"), |
| 10895 | kDispatchKey: Symbol("dispatch key"), |
| 10896 | kDefaultHeaders: Symbol("default headers"), |
| 10897 | kDefaultTrailers: Symbol("default trailers"), |
| 10898 | kContentLength: Symbol("content length"), |
| 10899 | kMockAgent: Symbol("mock agent"), |
| 10900 | kMockAgentSet: Symbol("mock agent set"), |
| 10901 | kMockAgentGet: Symbol("mock agent get"), |
| 10902 | kMockDispatch: Symbol("mock dispatch"), |
| 10903 | kClose: Symbol("close"), |
no outgoing calls
no test coverage detected