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

Function list

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

Source from the content-addressed store, hash-verified

23import * as webhook from './webhook';
24
25export const list = (): Promise<[{ plugin: string }]> => request('/plugins');
26
27export const plugin = {
28 list,

Callers

nothing calls this directly

Calls 1

requestFunction · 0.90

Tested by

no test coverage detected