MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / read_string

Function read_string

src/file_buffer.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63std::string read_string(const fs::path& filename)
64{
65 return generic_read_file<std::string>(filename);
66}
67
68void write_string(const fs::path& filename, const std::string& buffer)
69{

Callers 5

TEST_CASEFunction · 0.85
TEST_CASEFunction · 0.85
loadMethod · 0.85
mainFunction · 0.85
run_fileFunction · 0.85

Calls

no outgoing calls

Tested by 2

TEST_CASEFunction · 0.68
TEST_CASEFunction · 0.68