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

Method to_out

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

Source from the content-addressed store, hash-verified

31}
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

Callers

nothing calls this directly

Calls 2

skr_log_logFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected