Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
std::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
53
const std::ostringstream &ResourceRecord::get_stream()
54
{
Callers
nothing calls this directly
Calls
2
end
Method · 0.80
begin
Method · 0.45
Tested by
no test coverage detected