Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ consoleLog
Function
consoleLog
Source/ScriptingEngine.cpp:46–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void consoleLog(DukValue pValue) {
47
#ifdef DEBUG
48
std::string json = duk_json_encode(pValue.context(), -1);
49
g_Debugger->Notice(json);
50
#endif
51
}
52
53
void consoleClear() {
54
#ifdef DEBUG
Callers
nothing calls this directly
Calls
2
context
Method · 0.80
Notice
Method · 0.80
Tested by
no test coverage detected