MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / getLocalStorageHash

Function getLocalStorageHash

MathBox/dat.gui.js:2588–2592  ·  view source on GitHub ↗
(gui, key)

Source from the content-addressed store, hash-verified

2586 }
2587
2588 function getLocalStorageHash(gui, key) {
2589 // TODO how does this deal with multiple GUI's?
2590 return document.location.href + '.' + key;
2591
2592 }
2593
2594 function addSaveMenu(gui) {
2595

Callers 2

GUIFunction · 0.85
addSaveMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected