Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ C_InitI2P
Function
C_InitI2P
libi2pd_wrapper/capi.cpp:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
#endif
20
21
void C_InitI2P (int argc, char *argv[], const char * appName)
22
{
23
std::cout << argv;
24
return i2p::api::InitI2P(argc, argv, appName);
25
}
26
27
void C_TerminateI2P ()
28
{
Callers
nothing calls this directly
Calls
1
InitI2P
Function · 0.85
Tested by
no test coverage detected