Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DumbWareio/DumbDo
/ fetchWithAuth
Function
fetchWithAuth
public/app.js:253–255 ·
view source on GitHub ↗
(url, options = {})
Source
from the content-addressed store, hash-verified
251
252
// Enhanced fetch with auth headers
253
async
function
fetchWithAuth(url, options = {}) {
254
return
fetch(url, options);
255
}
256
257
// Theme Management
258
function
updateThemeIcons() {
Callers
2
loadTodos
Function · 0.85
saveTodos
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected