Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
function
ciddToURL(cidd) {
11
return
`https:
//${cidd['domain']}/community/course/${cidd['cid']}`;
12
}
13
14
function
fetchURL(domain) {
15
return
`https:
//${domain}/v2.0/learning_sessions/preview/`;
Callers
1
fetchMeta
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected