MCPcopy Create free account
hub / github.com/brofield/simpleini / TestDataPath

Function TestDataPath

tests/ts-utf8-conversion.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27bool g_systemUtf8Ready = false;
28
29std::string TestDataPath(const char *a_name) {
30 return std::string("data/") + a_name;
31}
32
33[[noreturn]] void FailMissingTestData(const char *a_path) {
34 std::fprintf(

Callers 3

RequireTestDataFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected