MCPcopy Index your code
hub / github.com/nodejs/node / skipIfBuildSEAIsNotSupported

Function skipIfBuildSEAIsNotSupported

test/common/sea.js:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15} = require('../common/child_process');
16
17function skipIfBuildSEAIsNotSupported() {
18 if (!process.config.variables.node_use_lief)
19 common.skip('Node.js was not built with LIEF support.');
20 skipIfSingleExecutableIsNotSupported();
21}
22
23function skipIfSingleExecutableIsNotSupported() {
24 if (!process.config.variables.single_executable_application)

Calls 2

skipMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…