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

Function recommendedUsers

client/js-client/src/rlClient.js:224–230  ·  view source on GitHub ↗
(user_id, item_id, callback)

Source from the content-addressed store, hash-verified

222 }
223
224 function recommendedUsers(user_id, item_id, callback) {
225 return withMandatory("user_id", user_id, function () {
226 var id = item_id || currentPageId(params.retain),
227 url = recommendedUsersUrl(user_id, id);
228 jsonpCall(url, callback);
229 });
230 }
231
232 function addUser(user_id, options, callback) {
233 return withMandatory("user_id", user_id, function () {

Callers

nothing calls this directly

Calls 4

withMandatoryFunction · 0.85
currentPageIdFunction · 0.85
recommendedUsersUrlFunction · 0.85
jsonpCallFunction · 0.85

Tested by

no test coverage detected