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

Function write_string

src/file_buffer.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void write_string(const fs::path& filename, const std::string& buffer)
69{
70 write_buffer(filename, buffer.data(), buffer.size());
71}
72
73void write_buffer(const fs::path& filename, const char* buffer, std::size_t size)
74{

Callers 2

saveMethod · 0.85
dump_mlir_to_fileFunction · 0.85

Calls 3

write_bufferFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected