Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
std::string read_string(const fs::path& filename)
64
{
65
return generic_read_file<std::string>(filename);
66
}
67
68
void write_string(const fs::path& filename, const std::string& buffer)
69
{
Callers
5
TEST_CASE
Function · 0.85
TEST_CASE
Function · 0.85
load
Method · 0.85
main
Function · 0.85
run_file
Function · 0.85
Calls
no outgoing calls
Tested by
2
TEST_CASE
Function · 0.68
TEST_CASE
Function · 0.68