Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sshwsfc/xadmin
/ save
Method
save
packages/xadmin/src/api.js:47–54 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
45
}
46
47
save(data) {
48
if
(data.id) {
49
let
id = data.id
50
return
this.put(id, data)
51
}
else
{
52
return
this.post(data)
53
}
54
}
55
}
Callers
3
handle_user_signout
Function · 0.80
handle_verify_email
Function · 0.80
handle_save_item
Function · 0.80
Calls
2
put
Method · 0.95
post
Method · 0.95
Tested by
no test coverage detected