Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
32
const
migrate = () => request(
'/proceed-db-migration'
);
33
const
ping = () => request(
'/ping'
);
34
const
version = (signal?: AbortSignal): Promise<{ version: string }> => request(
'/version'
, { signal });
35
36
export
const
API = {
Callers
nothing calls this directly
Calls
1
request
Function · 0.90
Tested by
no test coverage detected