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

Function skipIfFFIMissing

test/common/index.js:765–769  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

763}
764
765function skipIfFFIMissing() {
766 if (!hasFFI) {
767 skip('missing FFI');
768 }
769}
770
771function getArrayBufferViews(buf) {
772 const { buffer, byteOffset, byteLength } = buf;

Calls 1

skipFunction · 0.70

Tested by

no test coverage detected