MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / WriteInt32

Method WriteInt32

src/core/serializerimpl.cpp:470–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470void cSerializerImpl::WriteInt32(int32 i)
471{
472 mpArchive->WriteInt32(i);
473}
474
475void cSerializerImpl::WriteInt64(int64 i)
476{

Callers 2

WriteObjectDynCreateMethod · 0.45
WriteObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected