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

Method set_data

framework/resource_record.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39} // namespace
40
41void ResourceRecord::set_data(const std::vector<uint8_t> &data)
42{
43 stream.str(std::string{data.begin(), data.end()});
44}
45
46std::vector<uint8_t> ResourceRecord::get_data()
47{

Callers 2

warmupMethod · 0.45
warmupMethod · 0.45

Calls 2

endMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected