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

Method touch

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

Source from the content-addressed store, hash-verified

135 }
136
137 touch(key) {
138 let item = this.data[key];
139 if (!item) item = this.data[key] = {
140 description: this.newLocaleItem,
141 };
142 item.touched = true;
143 }
144}
145
146function extract(options) {

Callers 1

endStreamFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected