Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getPodcasts
Function
getPodcasts
app/core/api/podcast.js:3–3 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
const
fetchJson = require(
'./fetch-json'
)
2
3
const
getPodcasts = () => fetchJson(
'/db/podcast'
, { data: { cacheEdge: true } })
4
5
const
getPodcast = (podcastId) => fetchJson(`/db/podcast/${podcastId}`)
6
Callers
1
fetchAll
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected