MCPcopy Index your code
hub / github.com/debug-js/debug / getDate

Function getDate

src/node.js:182–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180}
181
182function getDate() {
183 if (exports.inspectOpts.hideDate) {
184 return '';
185 }
186 return new Date().toISOString() + ' ';
187}
188
189/**
190 * Invokes `util.formatWithOptions()` with the specified arguments and writes to stderr.

Callers 1

formatArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…