MCPcopy
hub / github.com/axios/axios / stopAllTrackedHTTPServers

Function stopAllTrackedHTTPServers

tests/setup/server.js:140–143  ·  view source on GitHub ↗
(timeout = 10000)

Source from the content-addressed store, hash-verified

138};
139
140export const stopAllTrackedHTTPServers = async (timeout = 10000) => {
141 const servers = Array.from(trackedServers);
142 await Promise.all(servers.map((server) => stopHTTPServer(server, timeout)));
143};
144
145export const handleFormData = (req) => {
146 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 2

stopHTTPServerFunction · 0.85
fromMethod · 0.45

Tested by

no test coverage detected