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

Method EmitExpectEndOfBlockWarning

src/Utilities/Stream.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void PhobosStreamReader::EmitExpectEndOfBlockWarning(std::true_type) const
104{
105 Debug::Log("PhobosStreamReader - Read %X bytes instead of %X!\n",
106 this->stream->Offset(), this->stream->Size());
107}
108
109void PhobosStreamReader::EmitLoadWarning(size_t size, std::true_type) const
110{

Callers

nothing calls this directly

Calls 2

OffsetMethod · 0.80
SizeMethod · 0.45

Tested by

no test coverage detected