MCPcopy Index your code
hub / github.com/josdejong/mathjs / writeCompiledHeader

Function writeCompiledHeader

gulpfile.js:176–179  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

174}
175
176function writeCompiledHeader (cb) {
177 fs.writeFileSync(COMPILED_HEADER, createBanner())
178 cb()
179}
180
181function validateAscii (done) {
182 const Reset = '\x1b[0m'

Callers

nothing calls this directly

Calls 1

createBannerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…