MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / patch-db.js

File patch-db.js

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

Source from the content-addressed store, hash-verified

1import { getDefaultCustom, parseMeta } from './script';
2import storage, { S_CACHE, S_CODE, S_REQUIRE, S_SCRIPT, S_VALUE } from './storage';
3
4export default () => new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 2

getDefaultCustomFunction · 0.90
initFunction · 0.70

Tested by

no test coverage detected