Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
function
fetchURL(domain) {
15
return
`https:
//${domain}/v2.0/learning_sessions/preview/`;
16
}
17
18
async
function
fetchMeta(cidd) {
19
//default metadata values
Callers
2
scanCourse
Function · 0.85
batchDownload
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected