MCPcopy Index your code
hub / github.com/css-modules/css-modules-require-hook / writeFile

Function writeFile

test/env/node_env.js:60–62  ·  view source on GitHub ↗

* @param {string} data

(data)

Source from the content-addressed store, hash-verified

58 * @param {string} data
59 */
60function writeFile(data) {
61 writeFileSync(destination, data, 'utf8');
62}

Callers 1

node_env.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…