MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / pingServer

Function pingServer

runtime/src/js/pgadmin.js:292–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290 // This function is used to ping the pgAdmin4 server whether it
291 // it is started or not.
292 function pingServer() {
293 return axios.get(serverCheckUrl);
294 }
295
296 let connectionTimeout = configStore.get('connectionTimeout', 180) * 1000;
297 let currentTime = (new Date).getTime();

Callers 1

performPingFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected