Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ check-allow-scripts.js
File
check-allow-scripts.js
deps/npm/test/lib/utils/check-allow-scripts.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
t = require(
'tap'
)
2
3
const
mockCheck = (t, mocks = {}) =>
4
t.mock(
'../../../lib/utils/check-allow-scripts.js'
, mocks)
Callers
nothing calls this directly
Calls
6
mockCheck
Function · 0.85
checkAllowScripts
Function · 0.85
arb
Function · 0.85
node
Function · 0.70
require
Function · 0.50
test
Method · 0.45
Tested by
no test coverage detected