MCPcopy Index your code
hub / github.com/ptmt/react-native-macos / write

Function write

packager/src/ModuleGraph/silent-console.js:14–14  ·  view source on GitHub ↗
(_, __, callback)

Source from the content-addressed store, hash-verified

12const {Writable} = require('stream');
13
14const write = (_, __, callback) => callback();
15module.exports = new Console(new Writable({write, writev: write}));

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…