MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / NewIdentity

Method NewIdentity

libi2pd/RouterInfo.cpp:1159–1162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1157 }
1158
1159 std::shared_ptr<IdentityEx> RouterInfo::NewIdentity (const uint8_t * buf, size_t len) const
1160 {
1161 return netdb.NewIdentity (buf, len);
1162 }
1163
1164 void RouterInfo::RefreshTimestamp ()
1165 {

Callers 1

ReadFromBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected