Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dajie111/nodeseek-userscript
/ getLastSelectedNote
Function
getLastSelectedNote
notes.js:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
61
// 获取上次选择的笔记信息
62
function
getLastSelectedNote() {
63
return
readJSON(LS_KEYS.lastSelectedNote, null);
64
}
65
66
function
cleanupStorageSpace() {
67
try {
Callers
1
restoreLastSelectedNote
Function · 0.85
Calls
1
readJSON
Function · 0.85
Tested by
no test coverage detected