Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ delete
Function
delete
src/utils/secureStorage/fallbackStorage.ts:63–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
return
{ success: false }
62
},
63
delete(): boolean {
64
const
primarySuccess = primary.delete()
65
const
secondarySuccess = secondary.delete()
66
67
return
primarySuccess || secondarySuccess
68
},
69
}
70
}
71
Callers
nothing calls this directly
Calls
1
delete
Method · 0.65
Tested by
no test coverage detected