MCPcopy Create free account
hub / github.com/Eltaurus-Lt/CourseDump2022 / ciddToURL

Function ciddToURL

coursescan.js:10–12  ·  view source on GitHub ↗
(cidd)

Source from the content-addressed store, hash-verified

8}
9
10function ciddToURL(cidd) {
11 return `https://${cidd['domain']}/community/course/${cidd['cid']}`;
12}
13
14function fetchURL(domain) {
15 return `https://${domain}/v2.0/learning_sessions/preview/`;

Callers 1

fetchMetaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected