MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Check

Method Check

engine/Poseidon/Security/Serial.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23void CDKey::Init(const unsigned char* /*cdKey*/, const unsigned char* /*publicKey*/) {}
24
25bool CDKey::Check(int /*offset*/, const char* /*with*/)
26{
27 return true;
28}
29
30__int64 CDKey::GetValue(int /*offset*/, int /*size*/)
31{

Callers 2

InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected