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

Function migrate

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

Source from the content-addressed store, hash-verified

30import * as task from './task';
31
32const migrate = () => request('/proceed-db-migration');
33const ping = () => request('/ping');
34const version = (signal?: AbortSignal): Promise<{ version: string }> => request('/version', { signal });
35

Callers

nothing calls this directly

Calls 1

requestFunction · 0.90

Tested by

no test coverage detected