MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / readIniFile

Function readIniFile

tests/src/engine/test_console_objects.cpp:148–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148static std::string readIniFile(std::filesystem::path const& fpath)
149{
150 std::ifstream infile(fpath);
151 std::stringstream str;
152 str << infile.rdbuf();
153 return str.str();
154}
155
156void test_ini()
157{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected