MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / authedFetch

Function authedFetch

dashboard/shell/src/sdk.jsx:78–80  ·  view source on GitHub ↗
(url, init)

Source from the content-addressed store, hash-verified

76}
77
78export function authedFetch(url, init) {
79 return fetch(projectScopedUrl(url, init), init);
80}
81
82export async function fetchJSON(url, init) {
83 const res = await authedFetch(url, init);

Callers 1

fetchJSONFunction · 0.85

Calls 1

projectScopedUrlFunction · 0.85

Tested by

no test coverage detected