MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / warn

Method warn

packages/core/console/index.ts:21–23  ·  view source on GitHub ↗
(message: any)

Source from the content-addressed store, hash-verified

19 }
20
21 public warn(message: any): void {
22 // console.warn stub
23 }
24
25 public error(message: any): void {
26 // console.error stub

Callers 15

errorFunction · 0.80
warnFunction · 0.80
hmr-accept.tsFile · 0.80
loadAndExtractMapFunction · 0.80
configureForScenesMethod · 0.80
setWindowRootViewMethod · 0.80
addEventListenerFunction · 0.80
removeEventListenerFunction · 0.80
reloadPageFunction · 0.80
constructorMethod · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected