MCPcopy
hub / github.com/truelockmc/streambert / imgUrl

Function imgUrl

src/utils/api.js:23–24  ·  view source on GitHub ↗
(path, size = "w500")

Source from the content-addressed store, hash-verified

21}
22
23export const imgUrl = (path, size = "w500") =>
24 path ? `${IMG_BASE}/${size}${path}` : null;
25
26// Global auth-error callback, registered by App on mount
27let _onAuthError = null;

Callers 10

MediaCard.jsxFile · 0.90
SidebarFunction · 0.90
SearchModalFunction · 0.90
HomePageFunction · 0.90
TVPageFunction · 0.90
TVPage.jsxFile · 0.90
MoviePageFunction · 0.90
LibraryPageFunction · 0.90
DownloadsPage.jsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected