MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / EmitLoadWarning

Method EmitLoadWarning

src/Utilities/Stream.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void PhobosStreamReader::EmitLoadWarning(size_t size, std::true_type) const
110{
111 Debug::Log("PhobosStreamReader - Could not read data of length %u at %X of %X.\n",
112 size, this->stream->Offset() - size, this->stream->Size());
113}
114
115void PhobosStreamReader::EmitExpectWarning(unsigned int found, unsigned int expect, std::true_type) const
116{

Callers

nothing calls this directly

Calls 2

OffsetMethod · 0.80
SizeMethod · 0.45

Tested by

no test coverage detected