Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ Write
Method
Write
src/Utilities/Stream.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void PhobosByteStream::Write(const data_t* Value, size_t Size)
58
{
59
this->Data.insert(this->Data.end(), Value, Value + Size);
60
}
61
62
size_t PhobosByteStream::ReadBlockFromStream(IStream* pStm)
63
{
Callers
3
Save
Method · 0.95
WriteToStream
Method · 0.45
WriteBlockToStream
Method · 0.45
Calls
2
insert
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected