MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / write_file

Method write_file

components/filesystem/src/filesystem.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void FileSystem::write_file(const Path &path, const std::string &data)
50{
51 write_file(path, std::vector<uint8_t>(data.begin(), data.end()));
52}
53
54std::string FileSystem::read_file_string(const Path &path)
55{

Callers 2

AstcMethod · 0.45
write_tempFunction · 0.45

Calls 2

endMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected