MCPcopy
hub / github.com/chjj/ttystudio / log

Function log

lib/compile.js:72–75  ·  view source on GitHub ↗

* Helpers

()

Source from the content-addressed store, hash-verified

70 */
71
72function log() {
73 if (!options.log) return;
74 return console.error.apply(console, arguments);
75}
76
77/**
78 * Expose

Callers 1

compileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected