MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / warn

Method warn

apps/cloud/worker-configuration.d.ts:235–235  ·  view source on GitHub ↗

* The **`console.warn()`** static method outputs a warning message to the console at the 'warning' log level. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/warn_static)

(...data: any[])

Source from the content-addressed store, hash-verified

233 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/warn_static)
234 */
235 warn(...data: any[]): void;
236}
237declare const console: Console;
238type BufferSource = ArrayBufferView | ArrayBuffer;

Callers 15

getNameVariantsFunction · 0.80
loadVirtualSourceFunction · 0.80
defaultOnErrorFunction · 0.80
readActivePostRequestIdsFunction · 0.80
attemptWriteFunction · 0.80
installDockIconFunction · 0.80
applyFakeUpdateFromEnvFunction · 0.80
setupAutoUpdaterFunction · 0.80
runUpdateCheckFunction · 0.80
bootFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected