Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codingapi/springboot-framework
/ removeFlow
Function
removeFlow
admin-ui/src/api/flow.ts:45–47 ·
view source on GitHub ↗
(body:any)
Source
from the content-addressed store, hash-verified
43
}
44
45
export
async
function
removeFlow(body:any) {
46
return
post(
'/api/cmd/flowRecord/remove'
, body);
47
}
48
49
50
export
async
function
detail(id?:any,workCode?:any) {
Callers
1
handleRemoveFlow
Function · 0.90
Calls
1
post
Function · 0.90
Tested by
no test coverage detected