MCPcopy 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

21export const get = (key: string) => request(`/store/${key}`);
22
23export const set = (key: string, value: any) => request(`/store/${key}`, { method: 'PUT', data: value });

Callers 1

select_subtasksMethod · 0.85

Calls 1

requestFunction · 0.90

Tested by

no test coverage detected