Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ GetThrowFunction
Function
GetThrowFunction
libi2pd/Log.cpp:256–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
255
static ThrowFunction g_ThrowFunction;
256
ThrowFunction GetThrowFunction () { return g_ThrowFunction; }
257
void SetThrowFunction (ThrowFunction f) { g_ThrowFunction = f; }
258
259
} // log
Callers
1
ThrowFatal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected