Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jeromegn/Backbone.localStorage
/ getWindow
Function
getWindow
src/utils.js:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
* @returns {window} Window object
30
*/
31
export
function
getWindow() {
32
return
isUndefined(window) ? global : window;
33
}
Callers
1
localStorage
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…