MCPcopy
hub / github.com/eggjs/examples / create

Function create

assets-with-roadhog/app/assets/services/users.js:21–26  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

19}
20
21export function create(values) {
22 return request('/api/users', {
23 method: 'POST',
24 body: JSON.stringify(values),
25 });
26}

Callers

nothing calls this directly

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected