Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/ositools
/ DebugLog
Function
DebugLog
OsiInterface/Functions/UtilityFunctions.cpp:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
namespace func
12
{
13
void DebugLog(OsiArgumentDesc const & args)
14
{
15
auto msg = args[0].ToString();
16
OsiMsg(msg);
17
}
18
19
bool StringCompare(OsiArgumentDesc & args)
20
{
Callers
nothing calls this directly
Calls
1
ToString
Method · 0.80
Tested by
no test coverage detected