MCPcopy Create free account
hub / github.com/ValveSoftware/GameNetworkingSockets / IsValid

Method IsValid

src/common/keypair.cpp:417–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417bool CCryptoKeyBase_RawBuffer::IsValid() const
418{
419 return m_pData != nullptr && m_cbData > 0;
420}
421
422uint32 CCryptoKeyBase_RawBuffer::GetRawData( void *pData ) const
423{

Callers 1

MatchesPublicKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected