MCPcopy Index your code
hub / github.com/apache/devlake / ping

Function ping

config-ui/src/api/index.ts:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32const migrate = () => request('/proceed-db-migration');
33const ping = () => request('/ping');
34const version = (signal?: AbortSignal): Promise<{ version: string }> => request('/version', { signal });
35
36export const API = {

Callers

nothing calls this directly

Calls 1

requestFunction · 0.90

Tested by

no test coverage detected