MCPcopy Create free account
hub / github.com/codemistic/Web-Development / setData

Function setData

Facemash/js_fm.js:166–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164
165// storing data to local storage
166function setData() {
167 localStorage.setItem('pointsDict', JSON.stringify(pointsDict));
168}
169
170// getting data from local storage, if present
171function getData() {

Callers 4

getDataFunction · 0.85
js_fm.jsFile · 0.85
AppFunction · 0.85
App.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected