MCPcopy Create free account
hub / github.com/Kitware/CMake / Read

Method Read

Source/cmXCOFF.cxx:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 std::vector<char> LoaderImportFileTable;
111
112 bool Read(fl_hdr& x)
113 {
114 // FIXME: Add byte swapping if needed.
115 return static_cast<bool>(
116 this->Stream->read(reinterpret_cast<char*>(&x), sizeof(x)));
117 }
118
119 bool Read(ar_hdr& x)
120 {

Callers 1

ImplMethod · 0.95

Calls 1

readMethod · 0.45

Tested by

no test coverage detected