Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
env
Method · 0.95
envFile
Method · 0.95
onDragStart
Function · 0.80
readEnvironmentData
Function · 0.80
reportBadScripts
Function · 0.80
limitConcurrency
Function · 0.80
hook
Function · 0.80
index.js
File · 0.80
extractFile
Function · 0.80
check
Function · 0.80
webpack.conf.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected