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

Method add

scripts/config-helper.js:6–9  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

4 data = {};
5
6 add(values) {
7 Object.assign(this.data, values);
8 return this;
9 }
10
11 env() {
12 return this.add(process.env);

Callers 11

envMethod · 0.95
envFileMethod · 0.95
onDragStartFunction · 0.80
readEnvironmentDataFunction · 0.80
reportBadScriptsFunction · 0.80
limitConcurrencyFunction · 0.80
hookFunction · 0.80
index.jsFile · 0.80
extractFileFunction · 0.80
checkFunction · 0.80
webpack.conf.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected