MCPcopy 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} */
216function updateLastModified() {
217 setOption('lastModified', Date.now());
218}
219
220/** @return {Promise<boolean>} */
221export async function normalizePosition() {

Callers 1

normalizePositionFunction · 0.85

Calls 1

setOptionFunction · 0.90

Tested by

no test coverage detected