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

Function custom

admin-ui/src/api/flow.ts:66–68  ·  view source on GitHub ↗
(body:any)

Source from the content-addressed store, hash-verified

64}
65
66export async function custom(body:any) {
67 return post('/api/cmd/flowRecord/custom', body);
68}
69
70export async function recall(body:any) {
71 return post('/api/cmd/flowRecord/recall', body);

Callers 1

handleCustomFlowFunction · 0.90

Calls 1

postFunction · 0.90

Tested by

no test coverage detected