MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / Warn

Method Warn

Polyfills/Console/Source/Console.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void Console::Warn(const Napi::CallbackInfo& info)
37 {
38 InvokeCallback(info, Babylon::Polyfills::Console::LogLevel::Warn);
39 }
40
41 void Console::Error(const Napi::CallbackInfo& info)
42 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected