MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / IsNull

Method IsNull

Src/Core/RouteId.cpp:51–54  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

49
50////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
51bool FSecure::C3::RouteId::IsNull() const
52{
53 return m_AgentId != 0 and m_InterfaceId != 0;
54}

Callers 1

LogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected