Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
export function authedFetch(url, init) {
79
return fetch(projectScopedUrl(url, init), init);
80
}
81
82
export async function fetchJSON(url, init) {
83
const res = await authedFetch(url, init);
Callers
1
fetchJSON
Function · 0.85
Calls
1
projectScopedUrl
Function · 0.85
Tested by
no test coverage detected