Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bradtraversy/vanillawebprojects
/ getCardsData
Function
getCardsData
memory-cards/script.js:82–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
81
// Get cards from local storage
82
function
getCardsData() {
83
const
cards = JSON.parse(localStorage.getItem(
'cards'
));
84
return
cards === null ? [] : cards;
85
}
86
87
// Add card to local storage
88
function
setCardsData(cards) {
Callers
1
script.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected