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

Function fetchURL

coursescan.js:14–16  ·  view source on GitHub ↗
(domain)

Source from the content-addressed store, hash-verified

12}
13
14function fetchURL(domain) {
15 return `https://${domain}/v2.0/learning_sessions/preview/`;
16}
17
18async function fetchMeta(cidd) {
19 //default metadata values

Callers 2

scanCourseFunction · 0.85
batchDownloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected