MCPcopy 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_signoutFunction · 0.80
handle_verify_emailFunction · 0.80
handle_save_itemFunction · 0.80

Calls 2

putMethod · 0.95
postMethod · 0.95

Tested by

no test coverage detected