Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/devlake
/ set
Function
set
config-ui/src/api/store/index.ts:23–23 ·
view source on GitHub ↗
(key: string, value: any)
Source
from the content-addressed store, hash-verified
21
export
const
get = (key: string) => request(`/store/${key}`);
22
23
export
const
set = (key: string, value: any) => request(`/store/${key}`, { method:
'PUT'
, data: value });
Callers
1
select_subtasks
Method · 0.85
Calls
1
request
Function · 0.90
Tested by
no test coverage detected