MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / shouldRememberSession

Function shouldRememberSession

apps/client/src/code/utils/misc.ts:44–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44export function shouldRememberSession() {
45 return (
46 internals.localStorage.getItem('rememberSession') === 'true' &&
47 internals.localStorage.getItem('demo') !== 'true'
48 );
49}
50
51export function wrapStorage(storage: Storage) {
52 const props = {

Callers 3

areClientTokensExpiringFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected