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

Function itemUrl

client/js-client/src/rlClient.js:159–164  ·  view source on GitHub ↗
(item_id, title, type)

Source from the content-addressed store, hash-verified

157 }
158
159 function itemUrl(item_id, title, type) {
160 return fullEndpoint("/js/item/new") +
161 "&id=" + item_id +
162 "&title=" + (title || "") +
163 "&type=" + type;
164 }
165
166 function recommendedUsersUrl(user_id, item_id) {
167 return fullEndpoint("/js/share") +

Callers 1

addItemFunction · 0.85

Calls 1

fullEndpointFunction · 0.85

Tested by

no test coverage detected