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

Function recommendedUsersUrl

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

Source from the content-addressed store, hash-verified

164 }
165
166 function recommendedUsersUrl(user_id, item_id) {
167 return fullEndpoint("/js/share") +
168 "&user=" + user_id +
169 "&item=" + item_id;
170 }
171
172 function attributeString(attributeNames) {
173 return attributeNames.join(",");

Callers 1

recommendedUsersFunction · 0.85

Calls 1

fullEndpointFunction · 0.85

Tested by

no test coverage detected