MCPcopy Create free account
hub / github.com/crosire/blink / stream

Method stream

source/pdb_reader.hpp:84–90  ·  view source on GitHub ↗

Gets a named content stream. The name of the stream.

Source from the content-addressed store, hash-verified

82 /// </summary>
83 /// <param name="name">The name of the stream.</param>
84 std::vector<char> stream(const std::string &name)
85 {
86 const auto it = _named_streams.find(name);
87 if (it == _named_streams.end())
88 return {};
89 return msf_reader::stream(it->second);
90 }
91
92 /// <summary>
93 /// Walks through all symbols in this PDB file and returns them.

Callers 2

read_link_infoMethod · 0.95
read_name_hash_tableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected