MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / GetTestPublicKeyPath

Method GetTestPublicKeyPath

test/tests/CryptTests.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 std::string GetTestPublicKeyPath()
38 {
39 return Path::Combine(TestData::GetBasePath(), u8"keys", u8"Player-56f4afb74622a23bd2539ee701fe1b2c13d7e6ba.pubkey");
40 }
41};
42
43TEST_F(CryptTests, SHA1_Basic)

Callers

nothing calls this directly

Calls 2

GetBasePathFunction · 0.85
CombineFunction · 0.50

Tested by

no test coverage detected