MCPcopy Create free account
hub / github.com/SeldonIO/seldon-server / addUser

Function addUser

client/js-client/src/rlClient.js:232–237  ·  view source on GitHub ↗
(user_id, options, callback)

Source from the content-addressed store, hash-verified

230 }
231
232 function addUser(user_id, options, callback) {
233 return withMandatory("user_id", user_id, function () {
234 var url = userUrl(user_id, options || {});
235 jsonpCall(url, callback);
236 });
237 }
238
239 function addItem(item_id, type, title, callback) {
240 return withMandatory("item_id", item_id, function () {

Callers

nothing calls this directly

Calls 3

withMandatoryFunction · 0.85
userUrlFunction · 0.85
jsonpCallFunction · 0.85

Tested by

no test coverage detected