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

Method get_data

framework/resource_record.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46std::vector<uint8_t> ResourceRecord::get_data()
47{
48 std::string str = stream.str();
49
50 return std::vector<uint8_t>{str.begin(), str.end()};
51}
52
53const std::ostringstream &ResourceRecord::get_stream()
54{

Callers

nothing calls this directly

Calls 2

endMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected