MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / storage-cache.js

File storage-cache.js

src/background/utils/storage-cache.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ensureArray, ignoreChromeErrors, initHooks, isEmpty, sendCmd } from '@/common';
2import initCache from '@/common/cache';
3import { INFERRED, WATCH_STORAGE } from '@/common/consts';
4import { deepCopy, deepCopyDiff, deepSize, forEachEntry } from '@/common/object';

Callers

nothing calls this directly

Calls 5

initHooksFunction · 0.90
clearValueOpenerFunction · 0.90
initCacheFunction · 0.85
undoImportFunction · 0.85
watchStorageFunction · 0.85

Tested by

no test coverage detected