MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / ScriptsUpdated

Function ScriptsUpdated

src/options/index.js:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107
108Object.assign(handlers, {
109 ScriptsUpdated() {
110 loadData();
111 },
112 UpdateSync(data) {
113 store.sync = data;
114 },

Callers

nothing calls this directly

Calls 1

loadDataFunction · 0.70

Tested by

no test coverage detected