MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / restoreLocal

Function restoreLocal

assets/js/libraryapp.js:82–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82const restoreLocal = () => {
83 myLibrary = JSON.parse(localStorage.getItem("myLibrary") || "[]");
84 displayBooks();
85}
86restoreLocal();

Callers 1

libraryapp.jsFile · 0.85

Calls 1

displayBooksFunction · 0.85

Tested by

no test coverage detected