MCPcopy Index your code
hub / github.com/codingapi/springboot-framework / copy

Function copy

admin-ui/src/api/flow.ts:23–25  ·  view source on GitHub ↗
(id: any)

Source from the content-addressed store, hash-verified

21}
22
23export async function copy(id: any) {
24 return post('/api/cmd/flowWork/copy', {id});
25}
26
27export async function remove(id: any) {
28 return post('/api/cmd/flowWork/delete', {id});

Callers 1

handlerCopyFunction · 0.90

Calls 1

postFunction · 0.90

Tested by

no test coverage detected