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

Function writeFile

test/api/devMode.js:103–105  ·  view source on GitHub ↗

* @param {string} data

(data)

Source from the content-addressed store, hash-verified

101 * @param {string} data
102 */
103function writeFile(data) {
104 writeFileSync(destination, data, 'utf8');
105}

Callers 1

devMode.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…