Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ updateLastModified
Function
updateLastModified
src/background/utils/db.js:216–218 ·
view source on GitHub ↗
@return {void}
()
Source
from the content-addressed store, hash-verified
214
215
/** @
return
{void} */
216
function
updateLastModified() {
217
setOption(
'lastModified'
, Date.now());
218
}
219
220
/** @
return
{Promise<boolean>} */
221
export
async
function
normalizePosition() {
Callers
1
normalizePosition
Function · 0.85
Calls
1
setOption
Function · 0.90
Tested by
no test coverage detected