Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ print
Function
print
Source/ScriptingEngine.cpp:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void print(const std::string pString) {
41
#ifdef DEBUG
42
g_Debugger->Notice(pString);
43
#endif
44
}
45
46
void consoleLog(DukValue pValue) {
47
#ifdef DEBUG
Callers
nothing calls this directly
Calls
1
Notice
Method · 0.80
Tested by
no test coverage detected