MCPcopy 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
21void C_InitI2P (int argc, char *argv[], const char * appName)
22{
23 std::cout << argv;
24 return i2p::api::InitI2P(argc, argv, appName);
25}
26
27void C_TerminateI2P ()
28{

Callers

nothing calls this directly

Calls 1

InitI2PFunction · 0.85

Tested by

no test coverage detected