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

Function testFunctionExists

test/parallel/test-stream-iter-writable-interop.js:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20// =============================================================================
21
22function testFunctionExists() {
23 assert.strictEqual(typeof fromWritable, 'function');
24}
25
26// =============================================================================
27// Default policy is strict

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…