MCPcopy Index your code
hub / github.com/PixelsCommander/HTML-GL / getLocalStorageHash

Function getLocalStorageHash

page/js/dat.gui.js:2590–2594  ·  view source on GitHub ↗
(gui, key)

Source from the content-addressed store, hash-verified

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

Callers 2

GUIFunction · 0.85
addSaveMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected