Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ C_StartI2P
Function
C_StartI2P
libi2pd_wrapper/capi.cpp:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void C_StartI2P ()
33
{
34
std::shared_ptr<std::ostream> logStream;
35
return i2p::api::StartI2P(logStream);
36
}
37
38
void C_StopI2P ()
39
{
Callers
nothing calls this directly
Calls
1
StartI2P
Function · 0.85
Tested by
no test coverage detected