Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
470
void cSerializerImpl::WriteInt32(int32 i)
471
{
472
mpArchive->WriteInt32(i);
473
}
474
475
void cSerializerImpl::WriteInt64(int64 i)
476
{
Callers
2
WriteObjectDynCreate
Method · 0.45
WriteObject
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected