Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
66
export
async
function
custom(body:any) {
67
return
post(
'/api/cmd/flowRecord/custom'
, body);
68
}
69
70
export
async
function
recall(body:any) {
71
return
post(
'/api/cmd/flowRecord/recall'
, body);
Callers
1
handleCustomFlow
Function · 0.90
Calls
1
post
Function · 0.90
Tested by
no test coverage detected