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

Method dump

scripts/i18n.js:128–135  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

126 }
127
128 dump(options) {
129 options = { ...this.options, ...options };
130 return this.langs.map(lang => {
131 const data = this.getData(lang, options);
132 const locale = this.locales[lang];
133 return locale.dump(data, options);
134 });
135 }
136
137 touch(key) {
138 let item = this.data[key];

Callers

nothing calls this directly

Calls 3

getDataMethod · 0.95
mapMethod · 0.80
dumpMethod · 0.45

Tested by

no test coverage detected