MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / to_err

Method to_err

modules/experimental/daScript/daScript/src/ctx.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33void ScriptContext::to_out(const char* message) { skr_log_log(SKR_LOG_LEVEL_INFO, this->name.c_str(), 0, message); }
34void ScriptContext::to_err(const char* message) { skr_log_log(SKR_LOG_LEVEL_ERROR, this->name.c_str(), 0, message); }
35
36SimFunctionId ContextImpl::find_function(const char8_t* name) SKR_NOEXCEPT
37{

Callers 1

simulateMethod · 0.45

Calls 2

skr_log_logFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected