Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ restoreState
Function
restoreState
web-src/src/login/login.js:262–266 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
260
}
261
262
function
restoreState() {
263
var
state = JSON.parse(sessionStorage.getItem(LOCAL_STATE_KEY));
264
sessionStorage.removeItem(LOCAL_STATE_KEY);
265
return
state;
266
}
Callers
1
processCurrentOauthState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected