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

File storage-fetch.js

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

Source from the content-addressed store, hash-verified

1import { isCdnUrlRe, isDataUri, isRemote, makeRaw, request } from '@/common';
2import { NO_CACHE } from '@/common/consts';
3import storage from './storage';
4import { getUpdateInterval } from './update';

Callers

nothing calls this directly

Calls 3

makeRawFunction · 0.90
cacheOrFetchFunction · 0.85
testMethod · 0.45

Tested by

no test coverage detected