Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
23
import
* as webhook from
'./webhook'
;
24
25
export
const
list = (): Promise<[{ plugin: string }]> => request(
'/plugins'
);
26
27
export
const
plugin = {
28
list,
Callers
nothing calls this directly
Calls
1
request
Function · 0.90
Tested by
no test coverage detected