Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ BFGCLogWrite
Function
BFGCLogWrite
BeefRT/dbg/gc.cpp:441–444 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
439
GCLog gGCLog;
440
441
void BFGCLogWrite()
442
{
443
gGCLog.Write();
444
}
445
446
#define BFLOG(cmd) gGCLog.Log(cmd)
447
#define BFLOG1(cmd, param1) gGCLog.Log(cmd, param1)
Callers
1
Report
Method · 0.85
Calls
1
Write
Method · 0.45
Tested by
no test coverage detected