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

Method get

scripts/i18n.js:51–53  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

49 }
50
51 get(key) {
52 return this.data[key];
53 }
54
55 dump(data, { extension, stripDescriptions }) {
56 if (extension === '.json') {

Callers 15

eslint.test.jsFile · 0.45
updateGlobalDescFunction · 0.45
requestNewerFunction · 0.45
CacheLoadFunction · 0.45
getOneMethod · 0.45
getMultiMethod · 0.45
augmentSetPopupFunction · 0.45
db.jsFile · 0.45
readEnvironmentDataFunction · 0.45
vacuumFunction · 0.45
setContextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected