Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codingapi/springboot-framework
/ save
Function
save
admin-ui/src/api/flow.ts:19–21 ·
view source on GitHub ↗
(body: any)
Source
from the content-addressed store, hash-verified
17
18
19
export
async
function
save(body: any) {
20
return
post(
'/api/cmd/flowWork/save'
, body);
21
}
22
23
export
async
function
copy(id: any) {
24
return
post(
'/api/cmd/flowWork/copy'
, {id});
Callers
1
handlerSave
Function · 0.90
Calls
1
post
Function · 0.90
Tested by
no test coverage detected