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

Function currentPageId

client/js-client/src/rlClient.js:130–132  ·  view source on GitHub ↗
(keep)

Source from the content-addressed store, hash-verified

128 }
129
130 function currentPageId(keep) {
131 return pageId(params.current_page_url, keep);
132 }
133
134 function fullEndpoint(path) {
135 return params.endpoint + path + "?consumer_key=" + params.consumer;

Callers 3

addActionFunction · 0.85
recommendedUsersFunction · 0.85
recommendationsForFunction · 0.85

Calls 1

pageIdFunction · 0.85

Tested by

no test coverage detected