Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
void ResourceRecord::set_data(const std::vector<uint8_t> &data)
42
{
43
stream.str(std::string{data.begin(), data.end()});
44
}
45
46
std::vector<uint8_t> ResourceRecord::get_data()
47
{
Callers
2
warmup
Method · 0.45
warmup
Method · 0.45
Calls
2
end
Method · 0.80
begin
Method · 0.45
Tested by
no test coverage detected